Share via


PrimaryServer Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the IP address of the primary SNTP server.

Namespace:  Microsoft.SPOT.Time
Assembly:  Microsoft.SPOT.Time (in Microsoft.SPOT.Time.dll)

Syntax

'Declaration
Public Property PrimaryServer As Byte()
public byte[] PrimaryServer { get; set; }
public:
property array<unsigned char>^ PrimaryServer {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member PrimaryServer : byte[] with get, set
function get PrimaryServer () : byte[]
function set PrimaryServer (value : byte[])

Property Value

Type: array<System. . :: . .Byte> [] () [] []
The IP address of the primary SNTP server, in #.#.#.# form.

.NET Framework Security

See Also

Reference

TimeServiceSettings Class

Microsoft.SPOT.Time Namespace