Partilhar via


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

IEnumerable.GetEnumerator()

See Also

Reference

PropertyDataTypeCollection Class

PropertyDataTypeCollection Members

Microsoft.Office.Server.UserProfiles Namespace