ChannelType Property

Gets the channel type.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ChannelType As RetailChannelType
    Get
    Friend Set
'Usage
Dim instance As Channel
Dim value As RetailChannelType

value = instance.ChannelType
[DataMemberAttribute]
public RetailChannelType ChannelType { get; internal set; }
[DataMemberAttribute]
public:
property RetailChannelType ChannelType {
    RetailChannelType get ();
    internal: void set (RetailChannelType value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.RetailChannelType
Returns RetailChannelType.

See Also

Reference

Channel Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace