 | MessagePutLabel Method |
Changes the value of the label indexed by key.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void PutLabel(
Label key,
string value
)
Public Sub PutLabel (
key As Label,
value As String
)
Parameters
- key
- Type: OBCOM.NetSwitchLib.MessagesLabel
The index of the label to be updated.
- value
- Type: SystemString
The value the new value of the label (can be null).
Remarks
If value is null the label is removed.
See Also