Share via


BiosInfo.FirmwareVersion Property

 

Applies To: Windows Server Update Services

Gets or Sets the firmware version of the device.

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

Syntax

public string FirmwareVersion { get; internal set; }
public:
property String^ FirmwareVersion {
    String^ get();
    internal: void set(String^ value);
}
member FirmwareVersion : string with get, internal set
Public Property FirmwareVersion As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The firmware version of the device.

See Also

BiosInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top