ProtocolJsonSerializer.ChannelIdIncludesProduct Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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