ClientInfo.ProductType Property

Gets or sets additional information identifying the operating system version.

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

Usage

Syntax

'Declaration
Public Property ProductType As Integer
public int ProductType { get; set; }
public:
property int ProductType {
    int get ();
    void set (int value);
}
/** @property */
public int get_ProductType ()

/** @property */
public void set_ProductType (int value)
public function get ProductType () : int

public function set ProductType (value : int)

Property Value

Additional information identifying the operating system version.

Remarks

For a client running Windows Vista or later, this property should be set to the product type value returned by the GetProductInfo() function.

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