Channel.Id 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.
Gets a non-localized, unique identifier for the channel.
public:
property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String
Property Value
Remarks
This value is expected to be unique and owned by a specific client that creates channels. If a consumer ever sees a channel with the same Id value as seen previously, anything referenced by the old one should be destroyed.