ClipContext.Data Property

Gets or sets the Data property.

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

Syntax

'Declaration

Public Property Data As Object
    Get
    Private Set
'Usage

Dim instance As ClipContext
Dim value As Object

value = instance.Data
public Object Data { get; private set; }
public:
property Object^ Data {
    Object^ get ();
    private: void set (Object^ value);
}
member Data : Object with get, private set
function get Data () : Object
private function set Data (value : Object)

Property Value

Type: System.Object
A Object that contains media data.

Remarks

Any data passed by the player application.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipContext Class

Microsoft.Web.Media.SmoothStreaming Namespace