ModelDescription..::..ModelType Property

Namespace:  JiwaWebAPI.Areas.HelpPage.ModelDescriptions
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public Type ModelType { get; set; }
Public Property ModelType As Type
	Get
	Set
public:
property Type^ ModelType {
	Type^ get ();
	void set (Type^ value);
}