| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
Int32See Also