TrackOperation Property

Gets a value indicating if the operation should be tracked for logging purposes.

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

Syntax

'Declaration
Public Property TrackOperation As Boolean
    Get
    Set
'Usage
Dim instance As OperationContext
Dim value As Boolean

value = instance.TrackOperation

instance.TrackOperation = value
public bool TrackOperation { get; set; }
public:
property bool TrackOperation {
    bool get ();
    void set (bool value);
}

Property Value

Type: System.Boolean
A value indicating whether the current operation should be tracked.

See Also

Reference

OperationContext Class

Microsoft.Dynamics.Commerce.Runtime.Diagnostics Namespace