 | WikiPagePropertyListTPropertyName 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.Generators.PrimitiveAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic abstract string PropertyName { get; }Public MustOverride ReadOnly Property PropertyName As String
Get
Dim instance As WikiPagePropertyList
Dim value As String
value = instance.PropertyName
public:
virtual property String^ PropertyName {
String^ get () abstract;
}abstract PropertyName : string with get
Property Value
String
See Also