 | ExtensionInfoName Property |
This is preliminary documentation and is subject to change.
The class name of the extension.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Name { get; init; }Public Property Name As String
Get
Set
Dim instance As ExtensionInfo
Dim value As String
value = instance.Name
instance.Name = value
public:
property String^ Name {
String^ get ();
void set (String^ value);
}member Name : string with get, set
Property Value
String
See Also