Share via


TextTrack.FileName Property

Definition

Gets or sets the file name to the source file. This file is located in the storage container of the asset.

[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