SoftwareDistributionPackage.IsInstalled Property
Applies To: Windows Server Update Services
Gets or sets the IsInstalled applicability rules of this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string IsInstalled { get; set; }
public:
property String^ IsInstalled {
String^ get();
void set(String^ value);
}
member IsInstalled : string with get, set
Public Property IsInstalled As String
Property Value
Type: System.String
The IsInstalled applicability rules of this package.
Remarks
[This property can be found only in the API delivered with WSUS 3.0 SP1.]
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top