BiosInfo Constructor (String, String, DateTime, String, String)

 

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,
    string firmwareVersion,
    string mobileOperator
)
public:
BiosInfo(
    String^ name,
    String^ version,
    DateTime releaseDate,
    String^ firmwareVersion,
    String^ mobileOperator
)
new : 
        name:string *
        version:string *
        releaseDate:DateTime *
        firmwareVersion:string *
        mobileOperator:string -> BiosInfo
Public Sub New (
    name As String,
    version As String,
    releaseDate As Date,
    firmwareVersion As String,
    mobileOperator As String
)

Parameters

  • firmwareVersion
    Type: System.String

    The firmware version of the device.

  • mobileOperator
    Type: System.String

    The mobile operator and country code of the device.

See Also

BiosInfo Overload
BiosInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top