BuildResult.ParentGlobalRequestId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the build request id for the parent of the request for which this result was generated
public:
property int ParentGlobalRequestId { int get(); };
public int ParentGlobalRequestId { get; }
public int ParentGlobalRequestId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ParentGlobalRequestId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ParentGlobalRequestId : int
Public ReadOnly Property ParentGlobalRequestId As Integer
Property Value
The global build request ID which issued the request leading to this build result set.
- Attributes