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