OperationErrors Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the OperationErrors values.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property OperationErrors As OperationErrorsDataSet..::.OperationErrorsDataTable
'Usage
Dim instance As OperationErrorsDataSet
Dim value As OperationErrorsDataSet..::.OperationErrorsDataTable
value = instance.OperationErrors
[BrowsableAttribute(false)]
public OperationErrorsDataSet..::.OperationErrorsDataTable OperationErrors { get; }
[BrowsableAttribute(false)]
public:
property OperationErrorsDataSet..::.OperationErrorsDataTable^ OperationErrors {
OperationErrorsDataSet..::.OperationErrorsDataTable^ get ();
}
public function get OperationErrors () : OperationErrorsDataSet..::.OperationErrorsDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.OperationErrorsDataSet..::.OperationErrorsDataTable
A OperationErrorsDataSet..::.OperationErrorsDataTable containing the OperationErrors values.
Remarks
This property allows you to get to the values within the OperationErrors.
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.