'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
.