|
RetrieverInfoModel Property
|
Gets or sets the Model used to compute the results.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Model Model { get; set; }
Public Property Model As Model
Get
Set
public:
property Model^ Model {
Model^ get ();
void set (Model^ value);
}
member Model : Model with get, set
Property Value
Type:
Model
See Also