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