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
name
Type: System.StringName of the BIOS.
version
Type: System.StringVersion of the BIOS.
releaseDate
Type: System.DateTimeRelease date of the BIOS.
Exceptions
Exception
Condition
name is a null reference.
-or-
version is a null reference.
See Also
BiosInfo Overload
BiosInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top