 | RecentChangeItemDeltaContentLength Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int DeltaContentLength { get; }
Public ReadOnly Property DeltaContentLength As Integer
Get
Dim instance As RecentChangeItem
Dim value As Integer
value = instance.DeltaContentLength
public:
property int DeltaContentLength {
int get ();
}
member DeltaContentLength : int with get
Property Value
Int32
See Also