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