| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
StringSee Also