Object Property

From HttpServer.dll

Returns or changes the argument object. If the object is to be changed to null the type must be passed aswell, in that case SetObject(Object, Type)

Namespace:  HttpServer.Rendering
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Object Object { get; set; }
Visual Basic (Declaration)
Public Property Object As Object
Visual C++
public:
property Object^ Object {
	Object^ get ();
	void set (Object^ value);
}

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionIf set value is null

See Also