  | WikiPageProtections Property | 
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Pages.WikiPage.Protections"]
 Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic IReadOnlyCollection<ProtectionInfo> Protections { get; }Public ReadOnly Property Protections As IReadOnlyCollection(Of ProtectionInfo)
	Get
Dim instance As WikiPage
Dim value As IReadOnlyCollection(Of ProtectionInfo)
value = instance.Protections
public:
property IReadOnlyCollection<ProtectionInfo^>^ Protections {
	IReadOnlyCollection<ProtectionInfo^>^ get ();
}member Protections : IReadOnlyCollection<ProtectionInfo> with get
Property Value
IReadOnlyCollectionProtectionInfo
See Also