 | WikiPageRestrictionTypes Property |
This is preliminary documentation and is subject to change.
Applicable protection types. (MediaWiki 1.25)
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic IReadOnlyCollection<string> RestrictionTypes { get; }
Public ReadOnly Property RestrictionTypes As IReadOnlyCollection(Of String)
Get
Dim instance As WikiPage
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
IReadOnlyCollectionString
See Also