ManagedPropertyCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ManagedProperty objects.
The ManagedPropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ManagedProperty objects in the collection. | |
Item | Gets the specified managed property from the collection of managed properties. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Returns a Boolean value that indicates whether the collection of managed properties contains a specific ManagedProperty object. | |
Create | Adds a new managed property to the managed property collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the managed properties in the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top