 | RecentChangesGeneratorDistinctGeneratedPages Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxprotected override bool DistinctGeneratedPages { get; }
Protected Overrides ReadOnly Property DistinctGeneratedPages As Boolean
Get
Dim value As Boolean
value = Me.DistinctGeneratedPages
protected:
virtual property bool DistinctGeneratedPages {
bool get () override;
}
abstract DistinctGeneratedPages : bool with get
override DistinctGeneratedPages : bool with get
Property Value
Boolean
RemarksThe value is overridden in this class as true.
See Also