Settings 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 time service settings.
Namespace: Microsoft.SPOT.Time
Assembly: Microsoft.SPOT.Time (in Microsoft.SPOT.Time.dll)
Syntax
'Declaration
Public Shared Property Settings As TimeServiceSettings
public static TimeServiceSettings Settings { get; set; }
public:
static property TimeServiceSettings^ Settings {
TimeServiceSettings^ get ();
void set (TimeServiceSettings^ value);
}
static member Settings : TimeServiceSettings with get, set
static function get Settings () : TimeServiceSettings
static function set Settings (value : TimeServiceSettings)
Property Value
Type: Microsoft.SPOT.Time. . :: . .TimeServiceSettings
The time service settings.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.