OperationType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the type of the operation being performed.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property OperationType As OperationType
'Usage
Dim instance As OperationsProgress
Dim value As OperationType
value = instance.OperationType
public OperationType OperationType { get; }
public:
property OperationType OperationType {
OperationType get ();
}
public function get OperationType () : OperationType
Property Value
Type: Microsoft.CommerceServer.Catalog..::.OperationType
Returns the type of the operation being performed.
Remarks
The OperationType enumeration specifies the type of operation, one of the following:
ExportInventory
ExportInventoryXsd
ExportProductCatalog
ExportProductCatalogXsd
ImportInventory
ImportProductCatalog
RebuildAllProductCatalogs
RebuildBaseCatalog
RebuildVirtualCatalog
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.