ModelMetadata.ByteCount 屬性

定義

取得或設定物件中的位元組數。

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)

屬性值

物件中的位元組數。

適用於