ChecksumFileEntryFileSize Property |
Gets or sets the size of the file.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long FileSize { get; set; }
Public Property FileSize As Long
Get
Set
public:
property long long FileSize {
long long get ();
void set (long long value);
}
member FileSize : int64 with get, set
Property Value
Type:
Int64See Also