BuildEventArgs.InstanceId Property
Gets the instance ID of the workflow.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property InstanceId As Guid
[DataMemberAttribute]
public Guid InstanceId { get; set; }
[DataMemberAttribute]
public:
property Guid InstanceId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member InstanceId : Guid with get, set
function get InstanceId () : Guid
function set InstanceId (value : Guid)
Property Value
Type: System.Guid
Returns Guid.
.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.