Partager via


GetAuthorizedTasks Method

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

Returns the set of tasks that the calling user is authorized to perform.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAuthorizedTasks As DataSet
'Usage
Dim instance As ProfilesWebService
Dim returnValue As DataSet

returnValue = instance.GetAuthorizedTasks()
[WebMethodAttribute]
public virtual DataSet GetAuthorizedTasks()
[WebMethodAttribute]
public:
virtual DataSet^ GetAuthorizedTasks()
public function GetAuthorizedTasks() : DataSet

Return Value

Type: System.Data..::.DataSet
A DataSet that describes the tasks that the current user is authorized to perform.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace