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