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