  | ContentSectionInfoIndex Property | 
This is preliminary documentation and is subject to change.
            Index of the section.
            
Namespace: WikiClientLibrary.Pages.ParsingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic required string Index { get; init; }Public Property Index As String
	Get
	Set
Dim instance As ContentSectionInfo
Dim value As String
value = instance.Index
instance.Index = value
public:
property String^ Index {
	String^ get ();
	void set (String^ value);
}member Index : string with get, set
Property Value
String
Remarks
            This value is usually a number.
            For titles in transcluded templates, this property may have a value like "T-1", "T-2", etc.
            
See Also