WindowsDriverMetadata.DriverVerDate Property

 

Applies To: Windows Server Update Services

Gets or sets the date/time of the driver version.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public DateTime DriverVerDate { get; set; }
public:
property DateTime DriverVerDate {
    DateTime get();
    void set(DateTime value);
}
member DriverVerDate : DateTime with get, set
Public Property DriverVerDate As Date

Property Value

Type: System.DateTime

The date/time of the driver version.

Remarks

[This property can be found only in the API delivered with WSUS 3.0 SP1.]

See Also

WindowsDriverMetadata Class
Microsoft.UpdateServices.Administration Namespace

Return to top