FileUploadInfo.UploadUrl Property

Definition

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

Property Value

Attributes

Applies to