StreamInfo.CustomAttributes 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 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 StreamInfo
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);
}
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 strings that define custom attributes.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).