RemoteWorkflowCompletedEventArgs.RemoteWorkflowInstanceId Property

Gets the Guid of the remote workflow instance.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public ReadOnly Property RemoteWorkflowInstanceId As Guid
public Guid RemoteWorkflowInstanceId { get; }
public:
property Guid RemoteWorkflowInstanceId {
    Guid get ();
}
member RemoteWorkflowInstanceId : Guid
function get RemoteWorkflowInstanceId () : Guid

Property Value

Type: System.Guid
The Guid of the remote workflow instance.

.NET Framework Security

See Also

Reference

RemoteWorkflowCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace