 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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