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
name
Type: System.StringThe name of the BIOS.
version
Type: System.StringThe version of the BIOS.
releaseDate
Type: System.DateTimeThe release date of the BIOS.
firmwareVersion
Type: System.StringThe firmware version of the device.
mobileOperator
Type: System.StringThe mobile operator and country code of the device.
See Also
BiosInfo Overload
BiosInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top