SoftwareDistributionPackage.IsInstallable Property
Applies To: Windows Server Update Services
Gets or sets the IsInstallable applicability rules for this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string IsInstallable { get; set; }
public:
property String^ IsInstallable {
String^ get();
void set(String^ value);
}
member IsInstallable : string with get, set
Public Property IsInstallable As String
Property Value
Type: System.String
The IsInstallable applicability rules for this package.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top