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.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.