IForwardingLogger.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.
This property is set by the build engine or node to inform the forwarding logger which node it is running on
public:
property int NodeId { int get(); void set(int value); };
public int NodeId { get; set; }
member this.NodeId : int with get, set
Public Property NodeId As Integer
Property Value
An integer representing the node ID on which the build engine is running.