ClipEventArgs.Context Property

Gets or sets the Context property.

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

Syntax

'Declaration

Public Property Context As ClipContext
    Get
    Private Set
'Usage

Dim instance As ClipEventArgs
Dim value As ClipContext

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

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ClipContext
A ClipContext object.

Remarks

For more information, see Scheduling Media Clips.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace