Selerix Developer Tools
Ignore Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : Ignore Property
Gets or sets a value indicating whether this Document is ignore in form transmittal report.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property Ignore As Boolean
'Usage
 
Dim instance As Document
Dim value As Boolean
 
instance.Ignore = value
 
value = instance.Ignore
[XmlAttribute()]
[DefaultValue()]
public bool Ignore {get; set;}
public read-write property Ignore: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Ignore : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_Ignore();
public: __property void set_Ignore( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool Ignore {
   bool get();
   void set (    bool value);
}

Property Value

true if ignore; otherwise, false.
See Also

Reference

Document Class
Document Members