Gets a value indicating whether this feature is expired.
'Declaration
ReadOnly Property IsExpired As Boolean
'Usage
Dim instance As IFeature
Dim value As Boolean
value = instance.IsExpired
property bool IsExpired {
bool get();
}
Property Value
true
if this feature is expired; otherwise,
false
.