  | LogEventItemUserName Property | 
This is preliminary documentation and is subject to change.
Name of the user making this recent change.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("user")]
public string? UserName { get; init; }<JsonPropertyNameAttribute("user")>
Public Property UserName As String
	Get
	Set
Dim instance As LogEventItem
Dim value As String
value = instance.UserName
instance.UserName = valuepublic:
[JsonPropertyNameAttribute(L"user")]
property String^ UserName {
	String^ get ();
	void set (String^ value);
}[<JsonPropertyNameAttribute("user")>]
member UserName : string with get, setProperty Value
String
See Also