IOperation.ActivityId Property
Gets a value that identifies the activities that are executed in the local system and in the external system to synchronize this operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ActivityId As Guid
Get
'Usage
Dim instance As IOperation
Dim value As Guid
value = instance.ActivityId
Guid ActivityId { get; }
Property Value
Type: System.Guid
A value that identifies the activities that are executed in the local system and in the external system to synchronize this operation.
Examples
Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache