Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.