OfferLineIsSelected Property |
True when the line is selected for further processing (ordering), false otherwise. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsSelected { get; set; }
Public Property IsSelected As Boolean
Get
Set
public:
property bool IsSelected {
bool get ();
void set (bool value);
}
member IsSelected : bool with get, set
Property Value
Type:
Boolean
See Also