BiosInfo.Name Property

 

Applies To: Windows Server Update Services

Gets or sets the name of the BIOS.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

The name of the BIOS.

Exceptions

Exception

Condition

ArgumentNullException

Attempted to set this property to a null reference.

See Also

BiosInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top