 | MessagePutDecimal Method |
Changes the big decimal value of the property indexed by name. If value is null the
property is removed.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void PutDecimal(
string name,
Nullable<decimal> value
)
Public Sub PutDecimal (
name As String,
value As Nullable(Of Decimal)
)
Parameters
- name
- Type: SystemString
The name of the property.
- value
- Type: SystemNullableDecimal
The new decimal value of the property (can be null).
Exceptions
See Also