UpdateServicesPackage.IsInstallable Property
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get/Set IsInstallable applicability rules of this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Property IsInstallable As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String
value = instance.IsInstallable
instance.IsInstallable = value
public string IsInstallable { get; set; }
public:
property String^ IsInstallable {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_IsInstallable ()
/** @property */
public void set_IsInstallable (String value)
public function get IsInstallable () : String
public function set IsInstallable (value : String)
Property Value
The IsInstallable applicability rules of this package.
Platforms
Windows Server 2003
See Also
Reference
UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace