Position Property

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

WriteCountingStream..::..Position Property

When overridden in a derived class, gets or sets the position within the current stream.

Namespace:  Serilog.Sinks.AmazonS3
Assembly:  Serilog.Sinks.AmazonS3 (in Serilog.Sinks.AmazonS3.dll)

Syntax


public long Position { get; set; }
Public Property Position As Long
	Get
	Set
public:
property long long^ Position {
	long long^ get ();
	void set (long long^ value);
}

Exceptions


ExceptionCondition
[NotSupportedException]