MessageColumn Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the values of the Messages column in the OperationErrors table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property MessageColumn As DataColumn
'Usage
Dim instance As OperationErrorsDataSet..::.OperationErrorsDataTable
Dim value As DataColumn
value = instance.MessageColumn
public DataColumn MessageColumn { get; }
public:
property DataColumn^ MessageColumn {
DataColumn^ get ();
}
public function get MessageColumn () : DataColumn
Property Value
Type: System.Data..::.DataColumn
A DataColumn containing the Messages used in the OperationErrorsDataSet..::.OperationErrorsDataTable.
Remarks
The DataColumn contains the Messages used in the OperationErrorsDataSet..::.OperationErrorsDataTable.
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..::.OperationErrorsDataTable Class