MediaStreamingSharedFolder.IsIncludedInMediaLibrary Property
Indicates whether the shared folder is included in the Media Library.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public bool IsIncludedInMediaLibrary { get; }
public:
property bool IsIncludedInMediaLibrary {
bool get();
}
Public ReadOnly Property IsIncludedInMediaLibrary As Boolean
Property Value
Type: System.Boolean
true if the shared folder is included in the Media Library; otherwise, false.
See Also
MediaStreamingSharedFolder Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top