共用方式為


DatasetLocation.FileName Property

Definition

Gets or sets specify the file name of dataset. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="fileName")]
public object FileName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileName")>]
member this.FileName : obj with get, set
Public Property FileName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to