ClientInfo.BiosReleaseDate Property

Gets or sets the release date of the BIOS of the client.

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

Usage

Syntax

'Declaration
Public Property BiosReleaseDate As DateTime
public DateTime BiosReleaseDate { get; set; }
public:
property DateTime BiosReleaseDate {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_BiosReleaseDate ()

/** @property */
public void set_BiosReleaseDate (DateTime value)
public function get BiosReleaseDate () : DateTime

public function set BiosReleaseDate (value : DateTime)

Property Value

The release date of the BIOS of the client.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

The date is earlier than January 1, 1753.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

ClientInfo Class
ClientInfo Members
Microsoft.UpdateServices.ClientServicing Namespace