IApplicationFolder.IsDuplicated Property

A read/write property that indicates whether the contents of the application 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)> _
Property IsDuplicated As Integer
[DispIdAttribute(1610678275)] 
int IsDuplicated { get; set; }
[DispIdAttribute(1610678275)] 
property int IsDuplicated {
    int get ();
    void set ([InAttribute] int pIsDuplicated);
}
/** @property */
int get_IsDuplicated ()

/** @property */
void set_IsDuplicated (/** @attribute InAttribute() */ int pIsDuplicated)
function get IsDuplicated () : int

function set IsDuplicated (pIsDuplicated : int)

Property Value

An integer value of 0 or 1. If the application folder is not duplicated 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 application folder has been enabled for this kind of duplication.

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

IApplicationFolder Interface
IApplicationFolder Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace