LLCustomFieldIsMultiSelect Property | |
Determines whether this is a multi-select custom field or not
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsMultiSelect { get; set; }
function get_IsMultiSelect();
function set_IsMultiSelect(value);
Property Value
BooleanRemarks
This field is used to identify the custom fields which allows the selection of multiple values
Note: If multiple values are selected, field Value will be filled with comma seperated values
Example False
See Also