Share via


CacheNetworkSettings.NtpServer Property

Definition

Gets or sets NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to