Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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