McuMediaChannel.Id Property
Gets or sets the identifier that uniquely identifies this media stream.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
Dim instance As McuMediaChannel
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Property Value
Type: System.String