| WikiLinkSection Property |
This is preliminary documentation and is subject to change.
Gets the section title of a section on the page. (Section)
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? Section { get; }
Public ReadOnly Property Section As String
Get
Dim instance As WikiLink
Dim value As String
value = instance.Section
public:
property String^ Section {
String^ get ();
}
member Section : string with get
Property Value
String
The section title of a section on the page, without leading #.
null if the link does not have section information.
See Also