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