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
'Usage
Dim instance As FileData
Dim value As Long
value = instance.Size
public long Size { get; }
public:
property long long Size {
long long get ();
}
/** @property */
public long get_Size ()
public function get Size () : long
Property Value
The size of the file in bytes.
See Also
Reference
FileData Class
FileData Members
Microsoft.Synchronization.Files Namespace