Interface CfnTopic.IRangeConstantProperty
The value of the constant that is used to specify the endpoints of a range filter.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRangeConstantProperty
Syntax (vb)
Public Interface IRangeConstantProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var rangeConstantProperty = new RangeConstantProperty {
Maximum = "maximum",
Minimum = "minimum"
};
Synopsis
Properties
Maximum | The maximum value for a range constant. |
Minimum | The minimum value for a range constant. |
Properties
Maximum
The maximum value for a range constant.
virtual string Maximum { get; }
Property Value
System.
Remarks
Minimum
The minimum value for a range constant.
virtual string Minimum { get; }
Property Value
System.