Message Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the Message column of the OperationErrorsDataSet..::.OperationErrorsDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Message As String
'Usage
Dim instance As OperationErrorsDataSet..::.OperationError
Dim value As String
value = instance.Message
instance.Message = value
public string Message { get; set; }
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
public function get Message () : String
public function set Message (value : String)
Property Value
Type: System..::.String
The value in the Message column of the OperationErrorsDataSet..::.OperationErrorsDataTable table.
Remarks
Contains the text describing the error. DataSet: OperationErrorsDataSet Table: OperationErrors Column: Message.
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