BiosInfo.Version Property
Applies To: Windows Server Update Services
Gets or sets the version of the BIOS.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string Version { get; set; }
public:
property String^ Version {
String^ get();
void set(String^ value);
}
member Version : string with get, set
Public Property Version As String
Property Value
Type: System.String
The version of the BIOS.
Exceptions
Exception
Condition
Attempted to set this property to a null reference.
See Also
BiosInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top