IAutomaticUpdateApprovalRule.Name Property
Applies To: Windows Server Update Services
Gets or sets the name of the rule.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string Name { get; set; }
property String^ Name {
String^ get();
void set(String^ value);
}
abstract Name : string with get, set
Property Name As String
Property Value
Type: System.String
The name of the rule.
Exceptions
Exception
Condition
The property is null. If you want to set this property to an empty value, use the empty string.
See Also
IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace
Return to top