Click or drag to resize
PhysicalItemAttributes 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: NullableFileSystemAttributes
The FileSystemAttributes of this item, or if this property does not apply to this type of item.
See Also