The equivalent NGWS runtime data type is System.Object.
Note Although a variable declared with Object type is flexible enough to contain a reference to any object, the invocation of a method of an instance using an Object variable is always late (run-time binding). To force early binding (compile-time binding), assign the object reference to a variable declared with a specific class name or cast to the specific type.
Conversion Keyword Summary | Data Type Summary | IsObject Function | Type Conversion Functions | Using Data Types Efficiently