Gets or sets the field name.
public string Name {get; set;}
'Declaration
Public Property Name As String
'Usage
Dim instance As FormField
Dim value As String
instance.Name = value
value = instance.Name
public:
property String^ Name {
String^ get();
void set ( String^ value);
}
Property Value
The string associated with this field.