WordDataItemValue Property |
Item value.
Namespace: Bio.IO.AppliedBiosystems.DataTypesAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic ushort[] Value { get; set; }
Public Property Value As UShort()
Get
Set
public:
property array<unsigned short>^ Value {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member Value : uint16[] with get, set
Property Value
Type:
UInt16
See Also