| RecentChangeItemNewContentLength Property |
This is preliminary documentation and is subject to change.
Content length of the new revision affected by this item.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("newlen")]
public int NewContentLength { get; init; }
<JsonPropertyNameAttribute("newlen")>
Public Property NewContentLength As Integer
Get
Set
Dim instance As RecentChangeItem
Dim value As Integer
value = instance.NewContentLength
instance.NewContentLength = value
public:
[JsonPropertyNameAttribute(L"newlen")]
property int NewContentLength {
int get ();
void set (int value);
}
[<JsonPropertyNameAttribute("newlen")>]
member NewContentLength : int with get, set
Property Value
Int32See Also