del método UserProfileConfigManager.GetSupportedDsmlSyntaxesFromProfilePropertyDataType
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Shared Function GetSupportedDsmlSyntaxesFromProfilePropertyDataType ( _
pdt As PropertyDataType, _
propertyName As String _
) As List(Of DSMLSyntax)
'Uso
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
)
Parámetros
- propertyName
Tipo: System.String
Valor devuelto
Tipo: System.Collections.Generic.List<DSMLSyntax>
Vea también
Referencia
clase UserProfileConfigManager