| PageInfoPropertyGroupRestrictionTypes Property |
This is preliminary documentation and is subject to change.
Applicable protection types. (MediaWiki 1.25)
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public IReadOnlyCollection<string> RestrictionTypes { get; }
Public ReadOnly Property RestrictionTypes As IReadOnlyCollection(Of String)
Get
Dim instance As PageInfoPropertyGroup
Dim value As IReadOnlyCollection(Of String)
value = instance.RestrictionTypes
public:
property IReadOnlyCollection<String^>^ RestrictionTypes {
IReadOnlyCollection<String^>^ get ();
}
member RestrictionTypes : IReadOnlyCollection<string> with get
Property Value
IReadOnlyCollectionStringSee Also