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.
Gets the list of tasks that the caller is authorized to perform.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAuthorizedTasks As DataSet
'Usage
Dim instance As MarketingWebService
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 containing all the tasks that the caller is authorized to perform. .
Remarks
Constructs and returns a data set that describes the tasks that the current user is authorized to perform using the Marketing System objects.
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.