TrackInfo.Attributes Property

Gets or sets the attributes for a track.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property Attributes As IDictionary(Of String, String)
    Get
    Friend Set
'Usage

Dim instance As TrackInfo
Dim value As IDictionary(Of String, String)

value = instance.Attributes
public IDictionary<string, string> Attributes { get; internal set; }
public:
property IDictionary<String^, String^>^ Attributes {
    IDictionary<String^, String^>^ get ();
    internal: void set (IDictionary<String^, String^>^ value);
}
member Attributes : IDictionary<string, string> with get, internal set
function get Attributes () : IDictionary<String, String>
internal function set Attributes (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
An IDictionary of name/value pairs of attributes.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

TrackInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace