Omb.Domain Namespace > Vector Class : Sequence Property (Vector) |
[Visual Basic]
Public Property Sequence As Byte()
[C#]
public byte[] Sequence {get; set;}
[C++]
public: __property byte[]* get_Sequence();
public: __property void set_Sequence(
byte[]* value
);
[C++/CLI]
public:
property array<byte>^ Sequence {
array<byte>^ get();
void set (bytearray<value>^ value);
}
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© 2009 Medical College of Georgia. All Rights Reserved.