Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the profile subtype for the specified account name.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetProfileSchemaNameByAccountName", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetProfileSchemaNameByAccountName ( _
accountName As String _
) As String
'Usage
Dim instance As UserProfileService
Dim accountName As String
Dim returnValue As String
returnValue = instance.GetProfileSchemaNameByAccountName(accountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetProfileSchemaNameByAccountName", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetProfileSchemaNameByAccountName(
string accountName
)
Parameters
accountName
Type: System.StringThe account name of the user.
Return Value
Type: System.String
The name of the profile subtype of the specified user.
Exceptions
Exception | Condition |
---|---|
SoapException | The name cannot be retrieved. |
Remarks
This method returns the name of the profile subtype for the user specified by the accountName parameter.