Accusoft.FSInvoices1.Net - Updated
IsOutput Property




Accusoft.FSInvoices Namespace > FormFieldDefinition Class : IsOutput Property
Gets and sets the flag that defines whether the field will be output in FormResult.Fields.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property IsOutput As Boolean
'Usage
 
Dim instance As FormFieldDefinition
Dim value As Boolean
 
instance.IsOutput = value
 
value = instance.IsOutput
[DataMember()]
public bool IsOutput {get; set;}
[DataMember()]
public: __property bool get_IsOutput();
public: __property void set_IsOutput( 
   bool value
);
[DataMember()]
public:
property bool IsOutput {
   bool get();
   void set (    bool value);
}
Remarks

Default: false.

See Also

Reference

FormFieldDefinition Class
FormFieldDefinition Members