InternalFileSystemBasicInfoAttributes Property |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public Nullable<FileAttributes> Attributes { get; set; }
Public Property Attributes As Nullable(Of FileAttributes)
Get
Set
public:
virtual property Nullable<FileAttributes> Attributes {
Nullable<FileAttributes> get () sealed;
void set (Nullable<FileAttributes> value) sealed;
}
abstract Attributes : Nullable<FileAttributes> with get, set
override Attributes : Nullable<FileAttributes> with get, set
Property Value
Type:
NullableFileAttributesImplements
IFileSystemBasicInfoAttributesSee Also