AbstractSheetTRow, TColumn, TCellContactReferences Property | |
Gets the list of contact references for this sheet
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<ContactObjectValue> ContactReferences { get; set; }
Public Property ContactReferences As IList(Of ContactObjectValue)
Get
Set
public:
property IList<ContactObjectValue^>^ ContactReferences {
IList<ContactObjectValue^>^ get ();
void set (IList<ContactObjectValue^>^ value);
}
member ContactReferences : IList<ContactObjectValue> with get, set
Property Value
Type:
IListContactObjectValueSee Also