ChannelId Property

Gets the channel record identifier.

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 ChannelId As Long
    Get
    Private Set
'Usage
Dim instance As GetStoresRequest
Dim value As Long

value = instance.ChannelId
[DataMemberAttribute]
public long ChannelId { get; private set; }
[DataMemberAttribute]
public:
property long long ChannelId {
    long long get ();
    private: void set (long long value);
}

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

GetStoresRequest Class

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