PropertyMap.DSPropName Property
Gets or sets the mapped property name in the data source.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property DSPropName As String
Get
Set
'Usage
Dim instance As PropertyMap
Dim value As String
value = instance.DSPropName
instance.DSPropName = value
public string DSPropName { get; set; }
Property Value
Type: System.String
Remarks
The maximum length of the property name is 50 characters.