PropertyDataTypeCollection.GetEnumerator Method
Gets the enumerator for the PropertyDataType objects.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As PropertyDataTypeCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
An that contains the enumerator for the PropertyDataType objects.
Implements
See Also
Reference
PropertyDataTypeCollection Class