The build number of the client.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract int ClientBuildNumber { get; }
Property Value

There is no description.

Collapse/Expand Remarks

Note that this does not include the major version, minor version, or revision number -- it is only the build number. For example, the full file version of the RDP 6 client on Windows XP is 6.0.6001.18000, so this property will return 6001 for this client.

May be zero, e.g. for a listening session.