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
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.