Share via


UserProfileConfigManager.GetSupportedDsmlSyntaxesFromProfilePropertyDataType method

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

Syntax

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

returnValue = UserProfileConfigManager.GetSupportedDsmlSyntaxesFromProfilePropertyDataType(pdt, _
    propertyName)
public static List<DSMLSyntax> GetSupportedDsmlSyntaxesFromProfilePropertyDataType(
    PropertyDataType pdt,
    string propertyName
)

Parameters

Return value

Type: System.Collections.Generic.List<DSMLSyntax>

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace