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)

属性值

返回一个长整型值。

适用于

另请参阅