ShortcutFileInfoLength Property
Gets the file size, in bytes, of the current 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(true)]
[TypeConverterAttribute(typeof(FileSizeConverter))]
public long Length { get; }
<BrowsableAttribute(true)>
<TypeConverterAttribute(GetType(FileSizeConverter))>
Public ReadOnly Property Length As Long
Get
Dim instance As ShortcutFileInfo
Dim value As Long
value = instance.Length
public:
[BrowsableAttribute(true)]
[TypeConverterAttribute(typeof(FileSizeConverter))]
property long long Length {
long long get ();
}
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute(typeof(FileSizeConverter))>]
member Length : int64 with get
No code example is currently available or this language may not be supported.
Property Value
Int64
The file attributes.