MediaUrl.Profile Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("profile")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string? Profile { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("profile")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Profile : string with get, set
Public Property Profile As String

Property Value

Attributes

Applies to