OPC Studio User's Guide and Reference
DecimalValue Property (EnumerationMember)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > EnumerationMember Class : DecimalValue Property
The value of the enumeration member. A decimal.
Syntax
'Declaration
 
<ValueRangeAttribute(0, 4294967295)>
Public Property DecimalValue As Decimal
'Usage
 
Dim instance As EnumerationMember
Dim value As Decimal
 
instance.DecimalValue = value
 
value = instance.DecimalValue
[ValueRange(0, 4294967295)]
public decimal DecimalValue {get; set;}
[ValueRange(0, 4294967295)]
public:
property decimal DecimalValue {
   decimal get();
   void set (    decimal value);
}

Property Value

Valid values of this property are in the range from 0 to 4294967295.

The default value of this property is 0 (Decimal.Zero).

Remarks
This member is exposed mainly for COM interoperability.

This member is not compatible with VBScript.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also