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; }
Public Property ContactOptions As IList(Of Contact)
Get
Set
public:
property IList<Contact^>^ ContactOptions {
IList<Contact^>^ get ();
void set (IList<Contact^>^ value);
}
member ContactOptions : IList<Contact> with get, set
Return Value
Type:
IListContact the contact options list
See Also