Compartir a través de


Package.IsValidSku Property

 

Indicates whether the current add-in package can be installed on the specified edition of the operating system.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public bool IsValidSku { get; }
public:
property bool IsValidSku {
    bool get();
}
Public ReadOnly Property IsValidSku As Boolean

Property Value

Type: System.Boolean

true if the add-in package can be installed on the edition of the operating system; otherwise, false.

See Also

Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top