IApplicationFolder.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 application 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)> _
Property IsDuplicated As Integer
'Usage
Dim instance As IApplicationFolder
Dim value As Integer
value = instance.IsDuplicated
instance.IsDuplicated = value
[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. The return value is 0 if the application 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 application folder has been enabled for duplication.
Platforms
Windows Home Server
Windows Home Server
See Also
Reference
IApplicationFolder Interface
IApplicationFolder Members
WHSInfoIF Namespace