OperationDependencyFailedException.OperationId Property
Gets an integer that represents the identifier (ID) of the failed operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property OperationId As Integer
Get
'Usage
Dim instance As OperationDependencyFailedException
Dim value As Integer
value = instance.OperationId
public int OperationId { get; }
Property Value
Type: System.Int32
An integer that represents the ID of the failed operation.
See Also
Reference
OperationDependencyFailedException Class