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 an update is available for the add-in package.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public bool IsUpdateAvailable { get; }
public:
property bool IsUpdateAvailable {
    bool get();
}
Public ReadOnly Property IsUpdateAvailable As Boolean
Property Value
Type: System.Boolean
If true, an update is available for the add-in package; otherwise, false.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top