Interface CfnDashboard.IPluginVisualOptionsProperty
The options and persisted properties for the plugin visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPluginVisualOptionsProperty
Syntax (vb)
Public Interface IPluginVisualOptionsProperty
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 pluginVisualOptionsProperty = new PluginVisualOptionsProperty {
VisualProperties = new [] { new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
} }
};
Synopsis
Properties
Visual |
The persisted properties and their values. |
Properties
VisualProperties
The persisted properties and their values.
virtual object VisualProperties { get; }
Property Value
System.