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
- 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).