| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
StringRemarks
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