|
PhysicalItemAttributes Property
|
This value represents the file system attributes.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic Nullable<FileSystemAttributes> Attributes { get; set; }
Public Property Attributes As Nullable(Of FileSystemAttributes)
Get
Set
public:
property Nullable<FileSystemAttributes> Attributes {
Nullable<FileSystemAttributes> get ();
void set (Nullable<FileSystemAttributes> value);
}
function get_Attributes();
function set_Attributes(value);
Property Value
Type:
NullableFileSystemAttributes
The
FileSystemAttributes of this item,
or
if this property does not apply to this type of item.
See Also