  | WikiPagePropertyProviderTPropertyName Property | 
This is preliminary documentation and is subject to change.
            Gets the property name, when this property is needed to be included in the prop= parameter
            in the MediaWiki API request.
            
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: 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 WikiPagePropertyProvider
Dim value As String
value = instance.PropertyName
public:
virtual property String^ PropertyName {
	String^ get () abstract;
}abstract PropertyName : string with get
Property Value
StringA property name used as a part of 
prop= parameter, or 
null if this
            property provider does not require extra value added to 
prop= parameter.
Implements
IWikiPagePropertyProviderTPropertyName
See Also