UserProfileConfigManager.EnsureHashPrefix Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Shared Function EnsureHashPrefix ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = UserProfileConfigManager.EnsureHashPrefix(str)
public static string EnsureHashPrefix(
string str
)
Parameters
- str
Type: System.String
Return Value
Type: System.String
See Also
Reference
UserProfileConfigManager Class