![]() | LayoutMessageSetString Method (String, Int32, String) |
Namespace: OBCOM.NetSwitchLib.Layouts
Exception | Condition |
---|---|
InvalidOperationException | If this LayoutMessage has no Layout, or if the required field is not defined in the Layout of this LayoutMessage. |
IndexOutOfRangeException | If index is less than "0" (zero) or greater-equal to the number of occurrences of the field, as indicated by the Occurs property. |
If the field is a LIST and the value of index is -1, this method updates the string value of all the occurrences of the list. This functionality is specially useful when value is either null or "" (an Empty String).