Share via


UserProfileConfigManager.GetDsmlSyntaxFromProfilePropertyDataType method

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Shared Function GetDsmlSyntaxFromProfilePropertyDataType ( _
    pdt As PropertyDataType, _
    propertyName As String _
) As DSMLSyntax
'Usage
Dim pdt As PropertyDataType
Dim propertyName As String
Dim returnValue As DSMLSyntax

returnValue = UserProfileConfigManager.GetDsmlSyntaxFromProfilePropertyDataType(pdt, _
    propertyName)
public static DSMLSyntax GetDsmlSyntaxFromProfilePropertyDataType(
    PropertyDataType pdt,
    string propertyName
)

Parameters

Return value

Type: DSMLSyntax

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace