Table of Contents

Class Startup

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll
public class Startup
Inheritance
Startup
Inherited Members

Properties

AutoUpdatePauseUntilDate

[JsonProperty("autoUpdatePauseUntilDate")]
public string AutoUpdatePauseUntilDate { get; set; }

Property Value

string

AutoUpdateWithSilenceEndTime

[JsonProperty("isAutoUpdateWithSilenceEndTime")]
public string AutoUpdateWithSilenceEndTime { get; set; }

Property Value

string

AutoUpdateWithSilenceStartTime

[JsonProperty("isAutoUpdateWithSilenceStartTime")]
public string AutoUpdateWithSilenceStartTime { get; set; }

Property Value

string

CrashAction

[JsonProperty("crashAction")]
public int CrashAction { get; set; }

Property Value

int

HasAcceptedTelemetryPrivacy

[JsonProperty("hasAcceptedTelemetryPrivacy")]
public bool HasAcceptedTelemetryPrivacy { get; set; }

Property Value

bool

HasShownOobe

[JsonProperty("hasShownOobe")]
public bool HasShownOobe { get; set; }

Property Value

bool

IsAutoUpdate

[JsonProperty("isAutoUpdate")]
public bool IsAutoUpdate { get; set; }

Property Value

bool

IsAutoUpdateWithSilence

[JsonProperty("isAutoUpdateWithSilence")]
public bool IsAutoUpdateWithSilence { get; set; }

Property Value

bool

IsEnableNibMode

[JsonProperty("isEnableNibMode")]
public bool IsEnableNibMode { get; set; }

Property Value

bool

IsFoldAtStartup

[JsonProperty("isFoldAtStartup")]
public bool IsFoldAtStartup { get; set; }

Property Value

bool

SkippedVersion

[JsonProperty("skippedVersion")]
public string SkippedVersion { get; set; }

Property Value

string

TelemetryUploadLevel

[JsonProperty("telemetryUploadLevel")]
public TelemetryUploadLevel TelemetryUploadLevel { get; set; }

Property Value

TelemetryUploadLevel

UpdateChannel

[JsonProperty("updateChannel")]
public UpdateChannel UpdateChannel { get; set; }

Property Value

UpdateChannel