Table of Contents

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

ObjectValueType

Values

Gets the array of Contact objects

public IList<ContactObjectValue> Values { get; set; }

Property Value

IList<ContactObjectValue>