Share via


DscNodeReport.NumberOfResources Property

Definition

Gets or sets the number of resource in the node report.

public int NumberOfResources { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="numberOfResources")]
public int? NumberOfResources { get; set; }
member this.NumberOfResources : int with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="numberOfResources")>]
member this.NumberOfResources : Nullable<int> with get, set
Public Property NumberOfResources As Integer
Public Property NumberOfResources As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to