MediaStreamingEnabledAsyncCompletedEventArgs.Enabled Property
Indicates whether media streaming is enabled.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public bool Enabled { get; }
public:
property bool Enabled {
bool get();
}
Public ReadOnly Property Enabled As Boolean
Property Value
Type: System.Boolean
true if media streaming is enabled; otherwise, false.
See Also
MediaStreamingEnabledAsyncCompletedEventArgs Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top