IShareInfo Interface
Represents a managed shared folder on the Windows Home Server computer.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Usage
Syntax
'Declaration
<GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")> _
<InterfaceTypeAttribute(1)> _
<TypeLibTypeAttribute(256)> _
Public Interface IShareInfo
[GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")]
[InterfaceTypeAttribute(1)]
[TypeLibTypeAttribute(256)]
public interface IShareInfo
[GuidAttribute(L"26DE4058-B904-4BF4-9402-2688A6BEBACF")]
[InterfaceTypeAttribute(1)]
[TypeLibTypeAttribute(256)]
public interface class IShareInfo
/** @attribute GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF") */
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute TypeLibTypeAttribute(256) */
public interface IShareInfo
GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")
InterfaceTypeAttribute(1)
TypeLibTypeAttribute(256)
public interface IShareInfo
Remarks
The IShareInfo interface exposes a set of read-only properties that represent attributes of an individual shared folder on the Windows Home Server computer.
The IShareInfo interface exposes the following read-only properties:
The Description property contains the user-defined text description of the share.
The IsDuplicated property indicates whether the contents of the share are duplicated across more than one drive using the Windows Home Server Disk Extender technology.
The MediaConnectEnabled property indicates whether the share has been flagged as a Media Library Sharing folder.
The Name property contains the friendly name of the share.
The Path contains the path to the share.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server
See Also
Reference
IShareInfo Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace