| LogEventItemTags Property |
This is preliminary documentation and is subject to change.
Tags for the event.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public IList<string> Tags { get; init; }
Public Property Tags As IList(Of String)
Get
Set
Dim instance As LogEventItem
Dim value As IList(Of String)
value = instance.Tags
instance.Tags = value
public:
property IList<String^>^ Tags {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Tags : IList<string> with get, set
Property Value
IListStringSee Also