IOperation.Id Property
Gets the unique identifier of the operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Id As Integer
Get
'Usage
Dim instance As IOperation
Dim value As Integer
value = instance.Id
int Id { get; }
Property Value
Type: System.Int32
The unique identifier of the operation.