ClientInfo Members

Describes a new or existing client when registering clients using RegisterClient. Obsolete.

The following tables list the members exposed by the ClientInfo type.

Public Constructors

  Name Description
ClientInfo Instantiates a new instance of the ClientInfo class with the specified GUID.

Top

Public Properties

  Name Description
public property BiosName Gets or sets the name of the BIOS of the client.
public property BiosReleaseDate Gets or sets the release date of the BIOS of the client.
public property BiosVersion Gets or sets the version string of the BIOS of the client.
public property ClientVersionBuildNumber Gets or sets the build number of the client software.
public property ClientVersionMajorNumber Gets or sets the major version number of the client software.
public property ClientVersionMinorNumber Gets or sets the minor version number of the client software.
public property ClientVersionQfeNumber Gets or sets the QFE version number of the client software.
public property DnsName Gets or sets the fully-qualified DNS name of the client.
public property Id Gets the GUID of the client.
public property IPAddress Gets or sets the IP address of the client.
public property Manufacturer Gets or sets the name of the manufacturer of the client device.
public property Model Gets or sets the name of the model of the client device.
public property OSBuildNumber Gets or sets the build number of the client operating system.
public property OSDescription Gets or sets the description of the client operating system.
public property OSFamily Gets or sets the family of the client operating system.
public property OSLocale Gets or sets the operating system language of the client as an RFC1766-style string.
public property OSMajorVersion Gets or sets the major version number of the client operating system.
public property OSMinorVersion Gets or sets the minor version number of the client operating system.
public property OSServicePackMajorNumber Gets or sets the service pack major version number of the client operating system.
public property OSServicePackMinorNumber Gets or sets the service pack minor version number of the client operating system.
public property ProcessorArchitecture Gets or sets the processor architecture of the client.
public property ProductType Gets or sets additional information identifying the operating system version.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ClientInfo Class
Microsoft.UpdateServices.ClientServicing Namespace