Interface CfnTopic.ICellValueSynonymProperty
A structure that represents the cell value synonym.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICellValueSynonymProperty
Syntax (vb)
Public Interface ICellValueSynonymProperty
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 cellValueSynonymProperty = new CellValueSynonymProperty {
CellValue = "cellValue",
Synonyms = new [] { "synonyms" }
};
Synopsis
Properties
Cell |
The cell value. |
Synonyms | Other names or aliases for the cell value. |
Properties
CellValue
The cell value.
virtual string CellValue { get; }
Property Value
System.
Remarks
Synonyms
Other names or aliases for the cell value.
virtual string[] Synonyms { get; }
Property Value
System.