FormSuite v6.0 - Updated
FieldName Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FieldResult Class : FieldName Property
Gets or sets a value indicating the name of the field whose results are contained in this class.
Syntax
'Declaration
 
Public Property FieldName As String
'Usage
 
Dim instance As FieldResult
Dim value As String
 
instance.FieldName = value
 
value = instance.FieldName
public string FieldName {get; set;}
public: __property string* get_FieldName();
public: __property void set_FieldName( 
   string* value
);
public:
property String^ FieldName {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

FieldResult Class
FieldResult Members

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