Share via


EncoderStream.CanSeek Property

The CanSeek property gets a Boolean value indicating whether the Stream object that this EncoderStream object owns supports seeking.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property CanSeek As Boolean
public override sealed bool CanSeek { get; }
public:
virtual property bool CanSeek {
    bool get () override sealed;
}
/** @property */
public final boolean get_CanSeek ()
public override final function get CanSeek () : boolean

Property Value

The CanSeek property returns true if seeking is supported. It returns false if the stream that this EncoderStream object owns is closed or if it was constructed from an operating system handle.

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