SmoothStreamingMediaElement.ManifestCustomAttributes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the ManifestCustomAttributes property.

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

Syntax

'Declaration
Public ReadOnly Property ManifestCustomAttributes As IDictionary(Of String, String)
    Get
'Usage
Dim instance As SmoothStreamingMediaElement
Dim value As IDictionary(Of String, String)

value = instance.ManifestCustomAttributes
public IDictionary<string, string> ManifestCustomAttributes { get; }
public:
property IDictionary<String^, String^>^ ManifestCustomAttributes {
    IDictionary<String^, String^>^ get ();
}
function get ManifestCustomAttributes () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
A generic IDictionary object of custom string pairs.

Permissions

See Also

Reference

SmoothStreamingMediaElement Class

SmoothStreamingMediaElement Members

Microsoft.Web.Media.SmoothStreaming Namespace