EventLogInformation.FileSize Property

Definition

Gets the size of the file, in bytes, associated with the event log.

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)

Property Value

Returns a long value.

Applies to

See also