Name Property (FormInputBase)
In This Topic
Gets or sets the name of the form input control.
Syntax
'Declaration
<IgnoreAttribute()>
Public Property Name As System.String
'Usage
Dim instance As FormInputBase
Dim value As System.String
instance.Name = value
value = instance.Name
[Ignore()]
public System.string Name {get; set;}
public read-write property Name: System.String;
IgnoreAttribute()
public function get,set Name : System.String
[Ignore()]
public: __property System.string* get_Name();
public: __property void set_Name(
System.string* value
);
[Ignore()]
public:
property System.String^ Name {
System.String^ get();
void set ( System.String^ value);
}
See Also