GetCustomFieldModelIsMultiSelect Property |  |
Is this custom field a multi-select type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool IsMultiSelect { get; set; }
function get_IsMultiSelect();
function set_IsMultiSelect(value);
Property Value
Boolean
Remarks
Is this custom field a multi-select type.
ExampleTrue
See Also