Share via


FileData.Size Property

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.

See Also

Reference

FileData Class

Microsoft.Synchronization.Files Namespace