 | LogEventsListListName Property |
This is preliminary documentation and is subject to change.
The name of list, used as the value of list parameter in action=query request.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic override string ListName { get; }
Public Overrides ReadOnly Property ListName As String
Get
Dim instance As LogEventsList
Dim value As String
value = instance.ListName
public:
virtual property String^ ListName {
String^ get () override;
}
abstract ListName : string with get
override ListName : string with get
Property Value
String
See Also