Share via


ManagementGroup.DataReceived Property

Definition

Gets or sets the last datetime that the management group received data.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dataReceived")]
public DateTime? DataReceived { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dataReceived")>]
member this.DataReceived : Nullable<DateTime> with get, set
Public Property DataReceived As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to