| ExtensionInfoAuthor Property |
This is preliminary documentation and is subject to change.
The author or authors as a comma-delimited string.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? Author { get; init; }
Public Property Author As String
Get
Set
Dim instance As ExtensionInfo
Dim value As String
value = instance.Author
instance.Author = value
public:
property String^ Author {
String^ get ();
void set (String^ value);
}
member Author : string with get, set
Property Value
StringSee Also