Selerix Developer Tools
SoftIgnore Property






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

Property Value

true if soft ignore; otherwise, false.
See Also

Reference

Document Class
Document Members