SdpContentDescription.ContentId Property
Gets the ContentId for Sdp. Used in Content-ID or Content-Answering-CID depending on offer or answer.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ContentId As String
Get
'Usage
Dim instance As SdpContentDescription
Dim value As String
value = instance.ContentId
public string ContentId { get; }
Property Value
Type: System.String