Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.