Click or drag to resize

LoadFileSettingsJobStartDate Property

INTERNAL USE ONLY, populated by method Initialize(String, Boolean). Job start date that is stored in .dda.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("JobStartDate")]
public KeyValuePair<string, string>? JobStartDate { get; set; }

Property Value

NullableKeyValuePairString, String
See Also