UserProfileManager.Properties Property
Gets the defined properties for the user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As PropertyCollection
Get
'Usage
Dim instance As UserProfileManager
Dim value As PropertyCollection
value = instance.Properties
public PropertyCollection Properties { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
A PropertyCollection object representing the collection of properties.