TimelineEventArgs.Event 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 Event property.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property Event As TimelineEvent
Get
Private Set
'Usage
Dim instance As TimelineEventArgs
Dim value As TimelineEvent
value = instance.Event
public TimelineEvent Event { get; private set; }
public:
property TimelineEvent^ Event {
TimelineEvent^ get ();
private: void set (TimelineEvent^ value);
}
function get Event () : TimelineEvent
private function set Event (value : TimelineEvent)
Property Value
Type: Microsoft.Web.Media.SmoothStreaming.TimelineEvent
A TimelineEvent object.
Remarks
For more information and code scenarios, see Timeline Markers and Events (IIS Smooth Streaming).
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).