CustomId3 Property

Gets the third custom id. Provides contextual information of service request.

Service implementer should set this to provide data that makes contextual sense for loggin purposes for the specific service under consideration.

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

Syntax

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

value = instance.CustomId3

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

Property Value

Type: System.String
The custom id3.

See Also

Reference

OperationContext Class

Microsoft.Dynamics.Commerce.Runtime.Diagnostics Namespace