IComputerTargetGroup.Name Property
Applies To: Windows Server Update Services
Gets the name of the group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string Name { get; }
property String^ Name {
String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String
Property Value
Type: System.String
The name of the group. This name is unique among all groups.
See Also
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top