Selerix Developer Tools
Initialized Property (Attachment)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Attachment Class : Initialized Property
TRUE - if config was prepared by Server and ready to use. FALSE - just loaded from storage and ready to be prepared by Server.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Initialized As Boolean
'Usage
 
Dim instance As Attachment
Dim value As Boolean
 
instance.Initialized = value
 
value = instance.Initialized
[XmlIgnore()]
public bool Initialized {get; set;}
public read-write property Initialized: Boolean; 
XmlIgnoreAttribute()
public function get,set Initialized : boolean
[XmlIgnore()]
public: __property bool get_Initialized();
public: __property void set_Initialized( 
   bool value
);
[XmlIgnore()]
public:
property bool Initialized {
   bool get();
   void set (    bool value);
}
See Also

Reference

Attachment Class
Attachment Members