Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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