Share via


IShareInfo.IsDuplicated 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 contents of the shared folder are duplicated across more than one hard disk using Windows Home Server Folder Duplication.

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

Syntax

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

value = instance.IsDuplicated
[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. The return value is 0 if the shared folder is not duplicated; 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 Folder Duplication. The IsDuplicated property reflects whether or not the shared folder has been enabled for duplication.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IShareInfo Interface
IShareInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.