|
Modelresult_type Property
|
Gets or sets type of model-case currently attached to the model.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic string result_type { get; set; }
Public Property result_type As String
Get
Set
public:
property String^ result_type {
String^ get ();
void set (String^ value);
}
member result_type : string with get, set
Property Value
Type:
String
See Also