 | LayoutMessageVerifyLayout Method |
Returns true if the name of the Layout of this
LayoutMessage equals to supplied layoutName.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic Layout VerifyLayout(
string layoutName
)
Public Function VerifyLayout (
layoutName As String
) As Layout
Parameters
- layoutName
- Type: SystemString
The name of the Layout to verify.
Return Value
Type:
Layouttrue if the name of the Layout of the
LayoutMessage
equals to supplied
layoutName.
ExceptionsException | Condition |
---|
ArgumentException |
If this LayoutMessage does not have a Layout, or if the name
of the Layout is not equal to layoutName.
|
Remarks
This convenience method is normally used in the implementation of
methods that process transaction requests whose data must be sent
from a client application with a particular structure (or Layout).
See Also