ProfileUI.GetPropertyEnumerator Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Function GetPropertyEnumerator ( _
propCollection As PropertyCollection _
) As IEnumerable
'Usage
Dim propCollection As PropertyCollection
Dim returnValue As IEnumerable
returnValue = Me.GetPropertyEnumerator(propCollection)
protected IEnumerable GetPropertyEnumerator(
PropertyCollection propCollection
)
Parameters
- propCollection
Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
Return Value
Type: System.Collections.IEnumerable