IsMessageNull Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Checks to see if the Message column is nullNothingnullptra null reference (Nothing in Visual Basic).
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function IsMessageNull As Boolean
'Usage
Dim instance As OperationErrorsDataSet..::.OperationError
Dim returnValue As Boolean
returnValue = instance.IsMessageNull()
public bool IsMessageNull()
public:
bool IsMessageNull()
public function IsMessageNull() : boolean
Return Value
Type: System..::.Boolean
true if the Message is null; otherwise false.
Remarks
Gets a value that indicates whether the specified Message contains a null value.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OperationErrorsDataSet..::.OperationError Class