ShortcutFileInfoAttributes Property
Gets or sets the file attributes of the shortcut file.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
public FileAttributes Attributes { get; set; }
<BrowsableAttribute(false)>
Public Property Attributes As FileAttributes
Get
Set
Dim instance As ShortcutFileInfo
Dim value As FileAttributes
value = instance.Attributes
instance.Attributes = value
public:
[BrowsableAttribute(false)]
property FileAttributes Attributes {
FileAttributes get ();
void set (FileAttributes value);
}
[<BrowsableAttribute(false)>]
member Attributes : FileAttributes with get, set
No code example is currently available or this language may not be supported.
Property Value
FileAttributes
The file attributes.