  | ContentSectionInfoTocLevel Property | 
This is preliminary documentation and is subject to change.
            Toc level of the heading. This is usually 
Level - 1.
            
 Namespace: WikiClientLibrary.Pages.ParsingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int TocLevel { get; init; }Public Property TocLevel As Integer
	Get
	Set
Dim instance As ContentSectionInfo
Dim value As Integer
value = instance.TocLevel
instance.TocLevel = value
public:
property int TocLevel {
	int get ();
	void set (int value);
}member TocLevel : int with get, set
Property Value
Int32
See Also