LicensedComponent.IsExpired Property |
Gets a value indicating whether this component is expired.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsExpired { get; }
Public ReadOnly Property IsExpired As Boolean
Get
public:
property bool IsExpired {
bool get ();
}
member IsExpired : bool with get
Property Value
Type:
Boolean
See Also