BuildEventContext.BuildRequestId 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.
Retrieves the BuildRequest id. Note that this is not the same as the global request id on a BuildRequest or BuildResult.
public:
property long BuildRequestId { long get(); };
public long BuildRequestId { get; }
member this.BuildRequestId : int64
Public ReadOnly Property BuildRequestId As Long