Public Property IsDeleted As PropertyInfo
Dim instance As Table Dim value As PropertyInfo instance.IsDeleted = value value = instance.IsDeleted
public PropertyInfo IsDeleted {get; set;}
public: __property PropertyInfo* get_IsDeleted(); public: __property void set_IsDeleted( PropertyInfo* value );
public: property PropertyInfo^ IsDeleted { PropertyInfo^ get(); void set ( PropertyInfo^ value); }