ProcessModuleInfo.FileDescription Property

Definition

Gets or sets file description.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to