TrackInfo.CustomAttributes Property
Gets or sets the CustomAttributes property.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property CustomAttributes As IDictionary(Of String, String)
Get
Protected Set
'Usage
Dim instance As TrackInfo
Dim value As IDictionary(Of String, String)
value = instance.CustomAttributes
instance.CustomAttributes = value
public IDictionary<string, string> CustomAttributes { get; protected set; }
public:
property IDictionary<String^, String^>^ CustomAttributes {
IDictionary<String^, String^>^ get ();
protected: void set (IDictionary<String^, String^>^ value);
}
member CustomAttributes : IDictionary<string, string> with get, set
function get CustomAttributes () : IDictionary<String, String>
protected function set CustomAttributes (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
A dictionary of name-value pairs of string values.
Version Information
Silverlight
Supported in: 5
Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0