IUpdateInstallationInfo.UpdateApprovalTargetGroupId Property
Applies To: Windows Server Update Services
Gets the ID of the target group that the effective update approval belongs to.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
Guid UpdateApprovalTargetGroupId { get; }
property Guid UpdateApprovalTargetGroupId {
Guid get();
}
abstract UpdateApprovalTargetGroupId : Guid with get
ReadOnly Property UpdateApprovalTargetGroupId As Guid
Property Value
Type: System.Guid
The ID of the target group that the effective update approval belongs to.
See Also
IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace
Return to top