LiveOutput.ManifestName Property

Definition

Gets or sets the manifest file name. If not provided, the service will generate one automatically.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to