OperationId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the Authorization Manager operation ID that was denied.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property OperationId As Integer
'Usage
Dim instance As NotAuthorizedException
Dim value As Integer
value = instance.OperationId
public int OperationId { get; }
public:
property int OperationId {
int get ();
}
public function get OperationId () : int
Property Value
Type: System..::.Int32
The Authorization Manager operation ID that was denied.
Remarks
Gets the Authorization Manager operation ID that caused this exception.
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.