Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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