PropertyDataTypeCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of PropertyDataType objects. The PropertyDataTypeCollection object is within the site context and stores supported property data types in the user profile database for a specific site.
The PropertyDataTypeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of PropertyDataType objects. | |
IsSynchronized | Gets a value indicating whether access to the PropertyDataTypeCollection class is synchronized (thread safe). | |
Item | Gets the PropertyDataType object specified by the data type name. | |
SyncRoot | Contains an object that can be used to synchronize access to this collection. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the PropertyDataTypeCollection class to an array, starting at a particular array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets the enumerator for the PropertyDataType objects. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top