Gets and sets first run date
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property StartDate As Date |
| C# |
|---|
| public DateTime StartDate { get; set; } |
| C++ |
|---|
| public property DateTime StartDate sealed { DateTime get(); void set(DateTime value); } |
| J# |
|---|
| /** property */ public DateTime get_StartDate(); /** property */ public void set_StartDate(DateTime value); |
| JScript |
|---|
| public function get StartDate() : DateTime public function set StartDate(value : DateTime); |