IUpdateApproval.IsAssigned Property
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get whether this UpdateApproval will be targeted for the Automatic Update (AU) client.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
ReadOnly Property IsAssigned As Boolean
'Usage
Dim instance As IUpdateApproval
Dim value As Boolean
value = instance.IsAssigned
bool IsAssigned { get; }
property bool IsAssigned {
bool get ();
}
/** @property */
boolean get_IsAssigned ()
function get IsAssigned () : boolean
Property Value
If true, the associated Update is distributed via the Automatic Update client. If false, AU will not automatically download the Update.
Platforms
Windows Server 2003
See Also
Reference
IUpdateApproval Interface
IUpdateApproval Members
Microsoft.UpdateServices.Administration Namespace
.gif)