Share via


DscNode.RegistrationTime Property

Definition

Gets or sets the registration time of the node.

public DateTimeOffset RegistrationTime { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.registrationTime")]
public DateTimeOffset RegistrationTime { get; set; }
member this.RegistrationTime : DateTimeOffset with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.registrationTime")>]
member this.RegistrationTime : DateTimeOffset with get, set
Public Property RegistrationTime As DateTimeOffset

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to