Edit

Share via


SdpMediaDescription.Attributes Property

Definition

Gets the list of "a" lines from the SDP.

public:
 property System::Collections::Generic::IList<Microsoft::Rtc::Signaling::SdpAttribute ^> ^ Attributes { System::Collections::Generic::IList<Microsoft::Rtc::Signaling::SdpAttribute ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Rtc.Signaling.SdpAttribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<Microsoft.Rtc.Signaling.SdpAttribute>
Public ReadOnly Property Attributes As IList(Of SdpAttribute)

Property Value

Applies to