AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the data binding configuration for a component at runtime. You can use ComponentBindingPropertiesValue to add exposed properties to a component to allow different values to be entered when a component is reused in different places in an app.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.ComponentBindingPropertiesValue

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class ComponentBindingPropertiesValue

The ComponentBindingPropertiesValue type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BindingProperties Amazon.AmplifyUIBuilder.Model.ComponentBindingPropertiesValueProperties

Gets and sets the property BindingProperties.

Describes the properties to customize with data at runtime.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value of the property.

Public Property Type System.String

Gets and sets the property Type.

The property type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5