ClientInfo.OSDescription Property

Gets or sets the description of the client operating system.

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

Usage

Syntax

'Declaration
Public Property OSDescription As String
public string OSDescription { get; set; }
public:
property String^ OSDescription {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_OSDescription ()

/** @property */
public void set_OSDescription (String value)
public function get OSDescription () : String

public function set OSDescription (value : String)

Property Value

The description of the client operating system.

Exceptions

Exception type Condition
ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is too long (greater than 256 characters).

ArgumentException

The value contains illegal characters.

Remarks

The maximum length of this string is 256 characters.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

ClientInfo Class
ClientInfo Members
Microsoft.UpdateServices.ClientServicing Namespace