Operation Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the OperationColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Operation As String
'Usage
Dim instance As OperationStatusDataSet..::.OperationStatus
Dim value As String
value = instance.Operation
instance.Operation = value
public string Operation { get; set; }
public:
property String^ Operation {
String^ get ();
void set (String^ value);
}
public function get Operation () : String
public function set Operation (value : String)
Property Value
Type: System..::.String
The value in the OperationColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | The value for column Operation in table OperationStatuses is DBNull. |
Remarks
The operation to perform. DataSet: OperationStatusDataSet Table: OperationStatuses Column: Operation
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
OperationStatusDataSet..::.OperationStatus Class