PropertyMap.PropName Property
Gets the name of the user profile property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property PropName As String
Get
'Usage
Dim instance As PropertyMap
Dim value As String
value = instance.PropName
public string PropName { get; }
Property Value
Type: System.String