  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
IListString
See Also