 | WikiPageGeneratorTItemGeneratorName Property |
This is preliminary documentation and is subject to change.
The name of generator, used as the value of generator parameter in action=query request.
Namespace: WikiClientLibrary.Generators.PrimitiveAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic virtual string GeneratorName { get; }
Public Overridable ReadOnly Property GeneratorName As String
Get
Dim instance As WikiPageGenerator
Dim value As String
value = instance.GeneratorName
public:
virtual property String^ GeneratorName {
String^ get ();
}
abstract GeneratorName : string with get
override GeneratorName : string with get
Property Value
String
See Also