IDynamicCategory.DiscoveryTime Property
Applies To: Windows Server Update Services
Gets the date and time, in UTC, when this dynamic category was added to the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime DiscoveryTime { get; }
property DateTime DiscoveryTime {
DateTime get();
}
abstract DiscoveryTime : DateTime with get
ReadOnly Property DiscoveryTime As Date
Property Value
Type: System.DateTime
The date when this dynamic category was added.
See Also
IDynamicCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top