 | WikiLinkNamespace Property |
This is preliminary documentation and is subject to change.
Gets the namespace information.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic NamespaceInfo? Namespace { get; }Public ReadOnly Property Namespace As NamespaceInfo
Get
Dim instance As WikiLink
Dim value As NamespaceInfo
value = instance.Namespace
public:
property NamespaceInfo^ Namespace {
NamespaceInfo^ get ();
}member Namespace : NamespaceInfo with get
Property Value
NamespaceInfo
See Also