Gets and sets a value indicating whether the trial is expired or not
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property IsExpired As Boolean |
| C# |
|---|
| public bool IsExpired { get; set; } |
| C++ |
|---|
| public property bool IsExpired sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_IsExpired(); /** property */ public void set_IsExpired(bool value); |
| JScript |
|---|
| public function get IsExpired() : bool public function set IsExpired(value : bool); |