ProcessInfo.UserName Property

Definition

Gets or sets user name.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.user_name")]
public string UserName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.user_name")>]
member this.UserName : string with get, set
Public Property UserName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to