Gets the user agent representation of the request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public UserAgent UserAgent { get; protected set; }
Visual Basic
Public Property UserAgent As UserAgent
	Get
	Protected Set
Visual C++
public:
virtual property UserAgent^ UserAgent {
	UserAgent^ get () sealed;
	protected: void set (UserAgent^ value) sealed;
}

Property Value

Type: UserAgent

Implements

ICMSEnvironment..::..UserAgent

See Also