BiosInfo Constructor (String, String, DateTime)

 

Applies To: Windows Server Update Services

Initializes a new instance of the BiosInfo class.

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

Syntax

public BiosInfo(
    string name,
    string version,
    DateTime releaseDate
)
public:
BiosInfo(
    String^ name,
    String^ version,
    DateTime releaseDate
)
new : 
        name:string *
        version:string *
        releaseDate:DateTime -> BiosInfo
Public Sub New (
    name As String,
    version As String,
    releaseDate As Date
)

Parameters

Exceptions

Exception

Condition

ArgumentNullException

name is a null reference.

-or-

version is a null reference.

See Also

BiosInfo Overload
BiosInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top