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
- 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.