PackageInfo.IsExpirationSet Property
Indicates whether the add-in package expires.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public bool IsExpirationSet { get; }
public:
property bool IsExpirationSet {
bool get();
}
Public ReadOnly Property IsExpirationSet As Boolean
Property Value
Type: System.Boolean
If true, the add-in package expires; otherwise, false.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top