InputFile.Filename Property

Definition

Gets or sets name of the file that this input definition applies to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to