ChannelReferenceId Property

Gets or sets the channel reference identifier for the sales order.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ChannelReferenceId As String
    Get
    Set
'Usage
Dim instance As GetOrdersServiceRequest
Dim value As String

value = instance.ChannelReferenceId

instance.ChannelReferenceId = value
[DataMemberAttribute]
public string ChannelReferenceId { get; set; }
[DataMemberAttribute]
public:
property String^ ChannelReferenceId {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

GetOrdersServiceRequest Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace