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

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Attributes 
As 
IList(
Of 

SdpAttribute)
C#
public 
IList<

SdpAttribute> 
Attributes { 
get; }
Visual C++
public:
property 
IList<

SdpAttribute^>^ 
Attributes {
	
IList<

SdpAttribute^>^ 
get ();
}
JavaScript
function get_
attributes();

See Also