 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
See Also