UserProfileConfigManager.GetDsmlSyntaxFromProfileProperty method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
Public Shared Function GetDsmlSyntaxFromProfileProperty ( _
property As ProfileTypeProperty _
) As DSMLSyntax
'Uso
Dim property As ProfileTypeProperty
Dim returnValue As DSMLSyntax
returnValue = UserProfileConfigManager.GetDsmlSyntaxFromProfileProperty(property)
public static DSMLSyntax GetDsmlSyntaxFromProfileProperty(
ProfileTypeProperty property
)
Parâmetros
- property
Type: Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
Valor retornado
Type: DSMLSyntax
Ver também
Referência
UserProfileConfigManager class