Accusoft.FormDirector3.Net - Updated
Name Property (Field)




Accusoft.FormDirectorSdk Namespace > Field Class : Name Property
The name of the field.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As Field
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
Remarks

This property is provided for your convenience in naming a field; it is not used by any Accusoft component. The Read and Write methods of the FormDefinitionFile class will read this from and write it to a form definition file.

Changing this property will cause the HasChanged property to change to true.

Valid value: Any valid string.

Default value: ""

See Also

Reference

Field Class
Field Members