FileConsentCard.SizeInBytes Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("sizeInBytes")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public int? SizeInBytes { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("sizeInBytes")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.SizeInBytes : Nullable<int> with get, set
Public Property SizeInBytes As Nullable(Of Integer)

Property Value

Attributes

Applies to