Opc.Ua.Core
Position Property (ArraySegmentStream)



Opc.Ua.Bindings Namespace > ArraySegmentStream Class : Position Property
When overridden in a derived class, gets or sets the position within the current stream.
Syntax
'Declaration
 
Public Overrides Property Position As Long
'Usage
 
Dim instance As ArraySegmentStream
Dim value As Long
 
instance.Position = value
 
value = instance.Position
public override long Position {get; set;}
public:
property int64 Position {
   int64 get() override;
   void set (    int64 value) override;
}

Property Value

The current position within the stream.
Exceptions
ExceptionDescription
An I/O error occurs.
The stream does not support seeking.
Methods were called after the stream was closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArraySegmentStream Class
ArraySegmentStream Members