SoftwareDistributionPackage.RestrictToClientServicingApi Property
Applies To: Windows Server Update Services
Specifies whether this package is made available only through the ClientServicing API.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool RestrictToClientServicingApi { get; set; }
public:
property bool RestrictToClientServicingApi {
bool get();
void set(bool value);
}
member RestrictToClientServicingApi : bool with get, set
Public Property RestrictToClientServicingApi As Boolean
Property Value
Type: System.Boolean
true if this package is made available only through the ClientServicing API, otherwise false.
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