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 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