FormFieldInputType Property |
Get or set input type of field.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string InputType { get; set; }
Public Property InputType As String
Get
Set
public:
property String^ InputType {
String^ get ();
void set (String^ value);
}
member InputType : string with get, set
Property Value
Type:
String
See Also