Table of Contents

Class StringReportFilterValue

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

Represents a string report filter value.

public class StringReportFilterValue : ReportFilterValue
Inheritance
StringReportFilterValue
Implements
Inherited Members

Constructors

StringReportFilterValue(string)

Constructor for string report filter value.

public StringReportFilterValue(string value)

Parameters

value string

Properties

Value

Gets or sets the string value.

public string Value { get; set; }

Property Value

string

ValueType

Gets the report filter value type.

public ReportFilterValueType? ValueType { get; }

Property Value

ReportFilterValueType?