Opc.Ua.Core
Sequence Property



Opc.Ua.Bindings Namespace > BufferSequence Class : Sequence Property
Returns a sequence which can be used to access the buffers.
Syntax
'Declaration
 
Public ReadOnly Property Sequence As ReadOnlySequence(Of Byte)
'Usage
 
Dim instance As BufferSequence
Dim value As ReadOnlySequence(Of Byte)
 
value = instance.Sequence
public ReadOnlySequence<byte> Sequence {get;}
public:
property ReadOnlySequence<byte> Sequence {
   ReadOnlySequence<byte> get();
}
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

BufferSequence Class
BufferSequence Members