Partilhar via


ProtocolJsonSerializer.ChannelIdIncludesProduct Property

Definition

Provides a way to turn off the {channelId}:{product} notation. If false, ChannelId.ToString() is just the {channelId} value. However, serialization of the ProductInfo Entity is still accounted for. ChannelId.SubChannel is still populated with the ProductInfo.Id value in any case. It is not recommended to set false without guidance.

public static bool ChannelIdIncludesProduct { get; set; }
static member ChannelIdIncludesProduct : bool with get, set
Public Property ChannelIdIncludesProduct As Boolean

Property Value

Applies to