FileDTO.FileName Property

Definition

[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