Class CfnAnalysis.PluginVisualPropertyProperty
The key value pair of the persisted property.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PluginVisualPropertyProperty : Object, CfnAnalysis.IPluginVisualPropertyProperty
Syntax (vb)
Public Class PluginVisualPropertyProperty
Inherits Object
Implements CfnAnalysis.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.AWS.QuickSight;
var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
};
Synopsis
Constructors
Plugin |
Properties
Name | The name of the plugin visual property. |
Value | The value of the plugin visual property. |
Constructors
PluginVisualPropertyProperty()
public PluginVisualPropertyProperty()
Properties
Name
The name of the plugin visual property.
public string Name { get; set; }
Property Value
System.
Remarks
Value
The value of the plugin visual property.
public string Value { get; set; }
Property Value
System.