TimeSettings.SecondaryTimeServer Property

Definition

Gets or sets the secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.secondaryTimeServer")]
public System.Collections.Generic.IList<string> SecondaryTimeServer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.secondaryTimeServer")>]
member this.SecondaryTimeServer : System.Collections.Generic.IList<string> with get, set
Public Property SecondaryTimeServer As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to