IShareInfo.IsDuplicated Property
Indicates whether the contents of the shared folder are duplicated using the Windows Home Server Disk Extender technology.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Usage
Syntax
'Declaration
<DispIdAttribute(1610678275)> _
ReadOnly Property IsDuplicated As Integer
[DispIdAttribute(1610678275)]
int IsDuplicated { get; }
[DispIdAttribute(1610678275)]
property int IsDuplicated {
int get ();
}
/** @property */
int get_IsDuplicated ()
function get IsDuplicated () : int
Property Value
An integer value of 0 or 1. If the shared folder is not duplicated, the return value is 0; otherwise, the return value is 1.
Remarks
In Windows Home Server, a folder can be enabled for duplication across more than one hard disk using the Windows Home Server Disk Extender technology. The IsDuplicated property reflects whether the shared folder has been marked for duplication using this technology.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server
See Also
Reference
IShareInfo Interface
IShareInfo Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace