DscNodeReport.NumberOfResources Propiedad

Definición

Obtiene o establece el número de recursos del informe de nodo.

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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a