GetAllowedStatus Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the state transition table contents.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllowedStatus As DataSet
'Usage
Dim instance As OrdersWebService
Dim returnValue As DataSet
returnValue = instance.GetAllowedStatus()
[WebMethodAttribute]
public virtual DataSet GetAllowedStatus()
[WebMethodAttribute]
public:
virtual DataSet^ GetAllowedStatus()
public function GetAllowedStatus() : DataSet
Return Value
Type: System.Data..::.DataSet
A DataSet containing state transition information used by the LOB system.
Remarks
Returns the contents of the state transition table.
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.