OperationProgress Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets progress of the import, export, or rebuild operation.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected ReadOnly Property OperationProgress As OperationsProgress
'Usage
Dim value As OperationsProgress
value = Me.OperationProgress
protected OperationsProgress OperationProgress { get; }
protected:
property OperationsProgress^ OperationProgress {
OperationsProgress^ get ();
}
protected function get OperationProgress () : OperationsProgress
Property Value
Type: OperationsProgress
The abstract class containing the progress of a long running operation.
Remarks
Contains information about the status of the import, export, or rebuild 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.