Public Property OrphanDelete As Boolean
public bool OrphanDelete { get; set; }
public: property bool OrphanDelete { bool get (); void set (bool value); }
function get_orphanDelete(); function set_orphanDelete(value);