Gets or sets a value indicating whether the entity is marked as deleted.
Syntax
public bool Deleted {get; set;}
public: __property bool get_Deleted();
public: __property void set_Deleted(
bool value
);
public:
property bool Deleted {
bool get();
void set ( bool value);
}
'Declaration
Public Property Deleted As Boolean
'Usage
Dim instance As ImGearVectorEntity
Dim value As Boolean
instance.Deleted = value
value = instance.Deleted
Property Value
Boolean value.
See Also