 | FileRevisionSize Property |
This is preliminary documentation and is subject to change.
Size of the file. In bytes.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int Size { get; init; }
Public Property Size As Integer
Get
Set
Dim instance As FileRevision
Dim value As Integer
value = instance.Size
instance.Size = value
public:
property int Size {
int get ();
void set (int value);
}
member Size : int with get, set
Property Value
Int32
See Also