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