Click or drag to resize

ColumnTags Property

Gets the tags that indicate a special Type of column.

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<ColumnTag> Tags { get; set; }

Return Value

Type: IListColumnTag
the tags
See Also