TimelineEventArgs.IsCurrent 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 IsCurrent property.

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

Syntax

'Declaration
Public Property IsCurrent As Boolean
    Get
    Private Set
'Usage
Dim instance As TimelineEventArgs
Dim value As Boolean

value = instance.IsCurrent
public bool IsCurrent { get; private set; }
public:
property bool IsCurrent {
    bool get ();
    private: void set (bool value);
}
function get IsCurrent () : boolean
private function set IsCurrent (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether the event is currently active.

Permissions

See Also

Reference

TimelineEventArgs Class

TimelineEventArgs Members

Microsoft.Web.Media.SmoothStreaming Namespace