Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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