'Declaration Public Property Name As String
'Usage Dim instance As FormDefinition Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
'Declaration Public Property Name As String
'Usage Dim instance As FormDefinition Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
This property is provided for your convenience in naming a form; 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.
If you create a new derived class from this class to manage I/O to a format different from that supported by FormDefinitionFile, you must save this property.
Valid value: Any valid string.
Default value: ""