OperationType Property

Specifies the type of the operation.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Diagnostics
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property OperationType As String
    Get
    Set
'Usage
Dim instance As OperationContext
Dim value As String

value = instance.OperationType

instance.OperationType = value
public string OperationType { get; set; }
public:
property String^ OperationType {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The operation type.

See Also

Reference

OperationContext Class

Microsoft.Dynamics.Commerce.Runtime.Diagnostics Namespace