FileUploadInfo.UniqueId Property

Definition

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

Property Value

Attributes

Applies to