Share via


OperationId Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the operation id.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property OperationId As Guid
'Usage
Dim instance As OperationsProgress
Dim value As Guid

value = instance.OperationId
public Guid OperationId { get; }
public:
property Guid OperationId {
    Guid get ();
}
public function get OperationId () : Guid

Property Value

Type: System..::.Guid
The unique identifier for the operation.

Remarks

Provides a unique identifier for the ImportProgress, ExportProgress, or RebuildProgress.

Permissions

See Also

Reference

OperationsProgress Class

OperationsProgress Members

Microsoft.CommerceServer.Catalog Namespace