Class MultiContactObjectValue
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Class to encapulate the multi contact object.
public class MultiContactObjectValue : ObjectValue
- Inheritance
-
MultiContactObjectValue
- Implements
- Inherited Members
Constructors
MultiContactObjectValue(IList<ContactObjectValue>)
Constructor to take a list and set it.
public MultiContactObjectValue(IList<ContactObjectValue> values)
Parameters
values
IList<ContactObjectValue>
Properties
ObjectType
Method to return the type of object this is.
public ObjectValueType ObjectType { get; }
Property Value
Values
Gets the array of Contact objects
public IList<ContactObjectValue> Values { get; set; }