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.

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.FormInputValueProperty

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

Syntax

C#
public class FormInputValueProperty

The FormInputValueProperty type exposes the following members

Constructors

NameDescription
Public Method FormInputValueProperty()

Properties

NameTypeDescription
Public Property BindingProperties Amazon.AmplifyUIBuilder.Model.FormInputValuePropertyBindingProperties

Gets and sets the property BindingProperties.

The information to bind fields to data at runtime.

Public Property Concat System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.FormInputValueProperty>

Gets and sets the property Concat.

A list of form properties to concatenate to create the value to assign to this field property.

Public Property Value System.String

Gets and sets the property Value.

The value to assign to the input field.

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