Click or drag to resize
PhysicalItem. Attributes Property
This value represents the file system attributes.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public Nullable<FileSystemAttributes> Attributes { get; set; }

Property Value

Type: Nullable<FileSystemAttributes>
The FileSystemAttributes of this item, or null if this property does not apply to this type of item.
See Also