|
ModelfebmodelWasMapped Property
|
Gets or sets a value indicating whether the C#-model needs to be updated in case of true.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool febmodelWasMapped { get; set; }
Public Property febmodelWasMapped As Boolean
Get
Set
public:
property bool febmodelWasMapped {
bool get ();
void set (bool value);
}
member febmodelWasMapped : bool with get, set
Property Value
Type:
Boolean
See Also