Share via


ModelMetadata.ByteCount Property

Definition

Gets or sets the number of byte in the object.

public:
 property Nullable<long> ByteCount { Nullable<long> get(); void set(Nullable<long> value); };
public long? ByteCount { get; set; }
member this.ByteCount : Nullable<int64> with get, set
Public Property ByteCount As Nullable(Of Long)

Property Value

The number of byte in the object.

Applies to