OfferLineChoiceGroupName Property |
Name of a group of alternative lines, only one of which can be selected for ordering. Lines are grouped based on the exact name of the Choice Group.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ChoiceGroupName { get; set; }
Public Property ChoiceGroupName As String
Get
Set
public:
property String^ ChoiceGroupName {
String^ get ();
void set (String^ value);
}
member ChoiceGroupName : string with get, set
Property Value
Type:
String
See Also