IAutomaticUpdateApprovalRule.Id Property
Applies To: Windows Server Update Services
Gets the ID of the rule.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int Id { get; }
property int Id {
int get();
}
abstract Id : int with get
ReadOnly Property Id As Integer
Property Value
Type: System.Int32
The ID of the rule.
See Also
IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace
Return to top