CustomId1 Property

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

value = instance.CustomId1

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

Property Value

Type: System.String
The custom id1.

See Also

Reference

OperationContext Class

Microsoft.Dynamics.Commerce.Runtime.Diagnostics Namespace