[Missing <summary> documentation for "P:Dapfor.Net.Internal.Licensing.ComponentLicense.IsExpired"]
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool IsExpired { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsExpired As Boolean Get |
| Visual C++ |
|---|
public: property bool IsExpired { bool get (); } |
| F# |
|---|
member IsExpired : bool with get |