Click or drag to resize
LogicalItemIsContainer Property
Gets or sets a value indicating whether this item is a container of other items.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool IsContainer { get; set; }

Property Value

Type: Boolean
if this item is a container; otherwise, .
See Also