OperationName Property

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

Gets the Authorization manager Operation name that was denied.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property OperationName As String
'Usage
Dim instance As NotAuthorizedException
Dim value As String

value = instance.OperationName
public string OperationName { get; }
public:
property String^ OperationName {
    String^ get ();
}
public function get OperationName () : String

Property Value

Type: System..::.String
The Authorization manager Operation name that was denied.

Remarks

Gets the Authorization manager Operation name that caused this exception.

Permissions

See Also

Reference

NotAuthorizedException Class

NotAuthorizedException Members

Microsoft.CommerceServer Namespace