PackageApproval.ComputerTargetGroupId Property
Gets the GUID of the ComputerTargetGroupCollection related to this package approval.
Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)
Usage
Syntax
'Declaration
Public ReadOnly Property ComputerTargetGroupId As Guid
public Guid ComputerTargetGroupId { get; }
public:
property Guid ComputerTargetGroupId {
Guid get ();
}
/** @property */
public Guid get_ComputerTargetGroupId ()
public function get ComputerTargetGroupId () : Guid
Property Value
the GUID of the ComputerTargetGroupCollection related to this package approval.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
PackageApproval Class
PackageApproval Members
Microsoft.UpdateServices.ClientServicing Namespace