MessageVerifyLayout Method |
Returns true if the name of the Layout of the Message equals to
supplied layoutName.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
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 Message equals to supplied
layoutName.
ExceptionsException | Condition |
---|
ArgumentException |
If the Message 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