Accusoft.Forms1 - Updated
FieldName Property



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^ FieldName {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

FieldResult Class
FieldResult Members