 | SiteInfoMaxArticleSize Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Sites.SiteInfo.MaxArticleSize"]
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic long MaxArticleSize { get; init; }
Public Property MaxArticleSize As Long
Get
Set
Dim instance As SiteInfo
Dim value As Long
value = instance.MaxArticleSize
instance.MaxArticleSize = value
public:
property long long MaxArticleSize {
long long get ();
void set (long long value);
}
member MaxArticleSize : int64 with get, set
Property Value
Int64
See Also