CustomId4 Property

Gets the fourth 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 CustomId4 As String
    Get
    Set
'Usage
Dim instance As OperationContext
Dim value As String

value = instance.CustomId4

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

Property Value

Type: System.String
The custom id4.

See Also

Reference

OperationContext Class

Microsoft.Dynamics.Commerce.Runtime.Diagnostics Namespace