UserProfileConfigManager.GetProperties Method
Gets the current collection of Property objects.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetProperties As PropertyCollection
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyCollection
returnValue = instance.GetProperties()
public PropertyCollection GetProperties()
Return Value
Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
The PropertyCollection object that represents the current collection of Property objects.
See Also
Reference
UserProfileConfigManager Class