Table of Contents

Class ContactObjectValue

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Class for implmentation of a contact object value

public class ContactObjectValue : Contact, ObjectValue
Inheritance
ContactObjectValue
Implements
Inherited Members

Properties

ImageId

Gets the ID for the contact image

public string ImageId { get; set; }

Property Value

string

ObjectType

Method to return the type of object this is.

public ObjectValueType ObjectType { get; }

Property Value

ObjectValueType

RefIndex

Gets the offset in the contactReferences for this Contact

public int? RefIndex { get; set; }

Property Value

int?