BuildEventContext.NodeId 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.
NodeId where event took place
public:
property int NodeId { int get(); };
public int NodeId { get; }
public int NodeId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.NodeId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.NodeId : int
Public ReadOnly Property NodeId As Integer
Property Value
An integer value representing the node ID.
- Attributes