DscNodeReport.NumberOfResources 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.
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