MediaStreamingSharedFolderData.IsIncludedInMediaLibrary Property
Determines whether this shared folder is included in the Media Library or not.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
[DataMemberAttribute]
public bool IsIncludedInMediaLibrary { get; set; }
public:
[DataMemberAttribute]
property bool IsIncludedInMediaLibrary {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property IsIncludedInMediaLibrary As Boolean
Property Value
Type: System.Boolean
True if this shared folder is configured for media streaming, false otherwise.
Remarks
Note that this value is independent of whether media streaming is enabled or disabled on the home server.
See Also
MediaStreamingSharedFolderData Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top