  | RecentChangeItemDeltaContentLength Property | 
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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