FileSystemItemMetadataAttributes Property |
IT Hit User File System
Gets or sets file or folder attributes.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
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
IFileSystemItemMetadataAttributesSee Also