Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection of FilterDescriptor objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.FilterDescriptorCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class FilterDescriptorCollection _
Implements IEnumerable(Of FilterDescriptor), IEnumerable
'Usage
Dim instance As FilterDescriptorCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class FilterDescriptorCollection : IEnumerable<FilterDescriptor>,
IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.