ProcessModuleInfo.FileName Property

Definition

Gets or sets file name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to