xSession::getIISObject Method [AX 2012]

Instantiates and returns a COM object for an IIS object.

client server public static COM getIISObject(IISObject object)

Run On

ClientOrServer

Parameters

object
Type: IISObject Enumeration
The IIS object that you want to create a COM object for.

Return Value

Type: COM Class
A COM object.

The IIS object can be one of the possible values supplied by the IISObject system enumeration:

  • ApplicationObject

  • Request

  • Response

  • Server

  • SessionObject

Show: