Class CfnTemplate.NumericSeparatorConfigurationProperty
The options that determine the numeric separator configuration.
Inheritance
System.Object
CfnTemplate.NumericSeparatorConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class NumericSeparatorConfigurationProperty : Object, CfnTemplate.INumericSeparatorConfigurationProperty
Syntax (vb)
Public Class NumericSeparatorConfigurationProperty
Inherits Object
Implements CfnTemplate.INumericSeparatorConfigurationProperty
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 numericSeparatorConfigurationProperty = new NumericSeparatorConfigurationProperty {
DecimalSeparator = "decimalSeparator",
ThousandsSeparator = new ThousandSeparatorOptionsProperty {
Symbol = "symbol",
Visibility = "visibility"
}
};
Synopsis
Constructors
NumericSeparatorConfigurationProperty() |
Properties
DecimalSeparator | Determines the decimal separator. |
ThousandsSeparator | The options that determine the thousands separator configuration. |
Constructors
NumericSeparatorConfigurationProperty()
public NumericSeparatorConfigurationProperty()
Properties
DecimalSeparator
Determines the decimal separator.
public string DecimalSeparator { get; set; }
Property Value
System.String
Remarks
ThousandsSeparator
The options that determine the thousands separator configuration.
public object ThousandsSeparator { get; set; }
Property Value
System.Object