Printer Friendly Version      Send     
Click to Rate and Give Feedback
IShareInfo Interface
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)

Visual Basic
<TypeLibTypeAttribute(256)> _
<InterfaceTypeAttribute(1)> _
<GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")> _
Public Interface IShareInfo
C#
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
[GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF")] 
public interface IShareInfo
C++
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
[GuidAttribute(L"26DE4058-B904-4BF4-9402-2688A6BEBACF")] 
public interface class IShareInfo
J#
/** @attribute TypeLibTypeAttribute(256) */ 
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF") */ 
public interface IShareInfo
JScript
TypeLibTypeAttribute(256) 
InterfaceTypeAttribute(1) 
GuidAttribute("26DE4058-B904-4BF4-9402-2688A6BEBACF") 
public interface IShareInfo

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.


Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker