DistributedFileLogger.NodeId Property

Definition

Gets or sets the unique identifier (Node ID) of the node to which the forwarding logger is attached.

public:
 property int NodeId { int get(); void set(int value); };
public int NodeId { get; set; }
public int NodeId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.NodeId : int with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.NodeId : int with get, set
Public Property NodeId As Integer

Property Value

The unique identifier for the node.

Implements

Attributes

Applies to