Gets site representation for the request.

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

Syntax

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

Property Value

Type: Site

Implements

ICMSEnvironment..::..Site

See Also