Selerix Developer Tools
Deleted Property (AbstractReferenceBase)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AbstractReferenceBase Class : Deleted Property
Gets or sets a value indicating whether this AbstractReferenceBase is deleted.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property Deleted As Boolean
'Usage
 
Dim instance As AbstractReferenceBase
Dim value As Boolean
 
instance.Deleted = value
 
value = instance.Deleted
[XmlAttribute()]
[DefaultValue()]
public bool Deleted {get; set;}
public read-write property Deleted: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Deleted : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_Deleted();
public: __property void set_Deleted( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool Deleted {
   bool get();
   void set (    bool value);
}

Property Value

true if deleted; otherwise, false.
See Also

Reference

AbstractReferenceBase Class
AbstractReferenceBase Members