BuildResult.GlobalRequestId Property

Definition

Returns the build request id for which this result was generated

public:
 property int GlobalRequestId { int get(); };
public int GlobalRequestId { get; }
public int GlobalRequestId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.GlobalRequestId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.GlobalRequestId : int
Public ReadOnly Property GlobalRequestId As Integer

Property Value

The build request id for this build result set.

Attributes

Applies to