SdpAnswer.Answer Property
Gets the SdpAnswer message body.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Answer As SdpContentDescription
Get
'Usage
Dim instance As SdpAnswer
Dim value As SdpContentDescription
value = instance.Answer
public SdpContentDescription Answer { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.SdpContentDescription