Share via


DscNodeReport.ReportId Property

Definition

Gets or sets the id of the node report.

public Guid ReportId { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="reportId")]
public string ReportId { get; set; }
member this.ReportId : Guid with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="reportId")>]
member this.ReportId : string with get, set
Public Property ReportId As Guid
Public Property ReportId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to