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