Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the size of the file, in bytes.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property Size As Long
Get
'Usage
Dim instance As FileData
Dim value As Long
value = instance.Size
public long Size { get; }
public:
property long long Size {
long long get ();
}
member Size : int64
function get Size () : long
Property Value
Type: System.Int64
The size of the file in bytes.