Click or drag to resize

ColumnContactOptions Property

Gets array of ContactOption objects to specify a pre-defined list of values for the column. Column type must be CONTACT_LIST

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public IList<Contact> ContactOptions { get; set; }

Return Value

Type: IListContact
the contact options list
See Also