Gets or sets the unsigned 16-bit integer value (composed of digital bits) that represents this DigitalValueBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual ushort Value { get; set; }
Public Overridable Property Value As UShort Get Set
public: virtual property unsigned short Value { unsigned short get (); void set (unsigned short value); }