IForwardingLogger.NodeId Property

Definition

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.

Applies to