  | RevisionsPropertyProviderSlots Property | 
This is preliminary documentation and is subject to change.
            Gets/sets the names of the revision slot from which to retrieve the revisions. (MediaWiki 1.32+)
            
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic IEnumerable<string>? Slots { get; set; }Public Property Slots As IEnumerable(Of String)
	Get
	Set
Dim instance As RevisionsPropertyProvider
Dim value As IEnumerable(Of String)
value = instance.Slots
instance.Slots = value
public:
property IEnumerable<String^>^ Slots {
	IEnumerable<String^>^ get ();
	void set (IEnumerable<String^>^ value);
}member Slots : IEnumerable<string> with get, set
Property Value
IEnumerableString
            a sequence of slot names, or 
null to use default slot names (
["main"]).
            Some example of predefined slot names are 
MainSlotName and 
DocumentationSlotName.
            
Remarks
See Also