FormFix v6.0 for .NET - Updated
Name Property (FormModel)



Accusoft.FormFixSdk Namespace > FormModel Class : Name Property
The name of the form.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As FormModel
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 contains the name of the form. It is strictly optional and provided for your convenience. If you set this property, FormFix will place the name of the form in all debug log entries related to this object. Other than that use, FormFix will ignore the value of this property.

FormDirector does not require that forms have unique names, so you should not rely on this property to uniquely identify a form. Instead, you should use the UserTag property.

Default value: ""

See Also

Reference

FormModel Class
FormModel Members
UserTag Property

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