Partager via


PackageInfo.IsUpdateAvailable Property

 

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