UserProfileService.GetPropertyChoiceList Method

Gets the choice list values for a given property.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetPropertyChoiceList", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",  _
    ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetPropertyChoiceList ( _
    propertyName As String _
) As String()
'Usage
Dim instance As UserProfileService
Dim propertyName As String
Dim returnValue As String()

returnValue = instance.GetPropertyChoiceList(propertyName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetPropertyChoiceList", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", 
    ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string[] GetPropertyChoiceList(
    string propertyName
)

Parameters

  • propertyName
    Type: System.String
    Name of the property that has a choice list.

Return Value

Type: []
An array of choices.

See Also

Reference

UserProfileService Class

UserProfileService Members

websvcUserProfileService Namespace