FormFix v6.0 for .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^ 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

Is this page helpful?
Yes No
Thanks for your feedback.