Share via


IShareInfo Interface

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

Represents an arbitrary managed shared folder on the Windows Home Server computer.

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

Syntax

'Declaration
<GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")> _
<TypeLibTypeAttribute(256)> _
<InterfaceTypeAttribute(1)> _
Public Interface IShareInfo
'Usage
Dim instance As IShareInfo
[GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")] 
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
public interface IShareInfo
[GuidAttribute(L"26DE4058-B904-4BF4-9402-2688A6BEBACF")] 
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
public interface class IShareInfo
/** @attribute GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF") */ 
/** @attribute TypeLibTypeAttribute(256) */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IShareInfo
GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF") 
TypeLibTypeAttribute(256) 
InterfaceTypeAttribute(1) 
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 arbitrary text description of the share.

  • The IsDuplicated property indicates whether or not 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 or not the share has been flagged as a Medial Library sharing folder.

  • The Name property contains the friendly name of the share.

  • The Path contains the path to the share.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IShareInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.