|
PhysicalItemIsContainer Property |
This value is true if the item is a container of other items; otherwise, it is false.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool IsContainer { get; set; }
Public Property IsContainer As Boolean
Get
Set
public:
virtual property bool IsContainer {
bool get () sealed;
void set (bool value) sealed;
}
function get_IsContainer();
function set_IsContainer(value);
Property Value
Type:
Boolean if this item is a container; otherwise,
.
See Also