Partager via


GetAllProfileDefinitionNames Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Retrieves the names of all profile definitions that the caller is authorized to view.

Namespace:  Microsoft.CommerceServer.Profiles.WebService
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllProfileDefinitionNames As String()
'Usage
Dim instance As ProfilesWebService
Dim returnValue As String()

returnValue = instance.GetAllProfileDefinitionNames()
[WebMethodAttribute]
public virtual string[] GetAllProfileDefinitionNames()
[WebMethodAttribute]
public:
virtual array<String^>^ GetAllProfileDefinitionNames()
public function GetAllProfileDefinitionNames() : String[]

Return Value

Type: array<System..::.String>[]()[]
An array of profile definition names.

Remarks

This method will only return the names of the profile definitions that the caller is authorized to view.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace