IComputerTarget.BiosInfo Property

 

Applies To: Windows Server Update Services

Gets the BIOS information of the client.

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

Syntax

BiosInfo BiosInfo { get; }
property BiosInfo^ BiosInfo {
    BiosInfo^ get();
}
abstract BiosInfo : BiosInfo with get
ReadOnly Property BiosInfo As BiosInfo

Property Value

Type: Microsoft.UpdateServices.Administration.BiosInfo

A BiosInfo class that contains the BIOS information of the client.

Remarks

The BIOS information may not exist if the client has not yet contacted the WSUS server.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top