Click or drag to resize

CategoryInfoPropertyProviderPropertyName 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.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public override string? PropertyName { get; }

Property Value

String
A 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