Interface CfnAnalysis.INullValueFormatConfigurationProperty
The options that determine the null value format configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface INullValueFormatConfigurationProperty
Syntax (vb)
Public Interface INullValueFormatConfigurationProperty
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 nullValueFormatConfigurationProperty = new NullValueFormatConfigurationProperty {
NullString = "nullString"
};
Synopsis
Properties
| NullString | Determines the null string of null values. |
Properties
NullString
Determines the null string of null values.
string NullString { get; }
Property Value
System.String