Asset.Container Property

Definition

Gets or sets the name of the asset blob container.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to