public string? Cron { get; init; }Public Property Cron As String
Get
Setpublic:
virtual property String^ Cron {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Cron : string with get, set
override Cron : string with get, set