Share via


IShareInfo.MediaConnectEnabled Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicates whether or not the shared folder has been enabled for Media Library Sharing.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678276)> _
ReadOnly Property MediaConnectEnabled As Integer
'Usage
Dim instance As IShareInfo
Dim value As Integer

value = instance.MediaConnectEnabled
[DispIdAttribute(1610678276)] 
int MediaConnectEnabled { get; }
[DispIdAttribute(1610678276)] 
property int MediaConnectEnabled {
    int get ();
}
/** @property */
int get_MediaConnectEnabled ()
function get MediaConnectEnabled () : int

Property Value

An integer value (0 or 1). The return value is 0 if the shared folder is not enabled for Media Library Sharing; otherwise, the return value is 1.

Remarks

In Windows Home Server, a folder can be enabled for Media Library Sharing. Digital media receivers (DMR) can access Media Library Sharing enabled folders and stream any digital contents within them to a supported digital media player, such as Windows Media Player 11. The MediaConnectEnabled property reflects whether or not the shared folder is enabled for Media Library Sharing.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IShareInfo Interface
IShareInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.