MultiBufferMemoryStream.Position Property

Windows Runtime Azure Storage Client Library

Gets or sets the position within the current stream.

Namespace: Microsoft.WindowsAzure.Storage.Core
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As MultiBufferMemoryStream
Dim value As Long

value = instance.Position

instance.Position = value

Syntax

Visual Basic
Public Overrides Property Position As Long
C#
public override long Position { get; set; }
C++
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}
J#
/** @property */
public long get_Position ()

/** @property */
public void set_Position (long value)
JScript
public override function get Position () : long

public override function set Position (value : long)

Property Value

The current position within the stream.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also