ProcessModuleInfo.Product Property

Definition

Gets or sets product name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to