SummaryFieldContactOptions Property | |
Get contact options, only valid when type is 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 list of contact options
See Also