Interface CfnAnalysisPropsMixin.IPluginVisualPropertyProperty
The key value pair of the persisted property.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IPluginVisualPropertyProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IPluginVisualPropertyProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
};
Synopsis
Properties
| Name | The name of the plugin visual property. |
| Value | The value of the plugin visual property. |
Properties
Name
The name of the plugin visual property.
string? Name { get; }
Property Value
Remarks
Value
The value of the plugin visual property.
string? Value { get; }