  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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