Type Property

From HttpServer.dll

Returns the type of the argument object. The property cannot be set since the type depends on and must correspond to the type of the object

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

Syntax

C#
public Type Type { get; }
Visual Basic (Declaration)
Public ReadOnly Property Type As Type
Visual C++
public:
property Type^ Type {
	Type^ get ();
}

See Also