 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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