次の方法で共有


EventLogInformation.FileSize プロパティ

定義

イベント ログに関連付けられているファイルのサイズ (バイト単位) を取得します。

public:
 property Nullable<long> FileSize { Nullable<long> get(); };
public long? FileSize { get; }
member this.FileSize : Nullable<int64>
Public ReadOnly Property FileSize As Nullable(Of Long)

プロパティ値

long 型の値を返します。

適用対象

こちらもご覧ください