BiosInfo.ReleaseDate Property

 

Applies To: Windows Server Update Services

Gets or sets the release date of the BIOS.

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

Syntax

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

Property Value

Type: System.DateTime

The release date of the BIOS.

See Also

BiosInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top