Share via


ConverterStream.Position Property

The Position property throws a NotSupportedException. The ConverterStream class does not support seeks.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Overrides Property Position As Long
public override long Position { get; set; }
public:
virtual property long long Position {
    long long get () override;
    void set (long long value) override;
}
/** @property */
public long get_Position ()

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

public override function set Position (value : long)

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 XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003