Sets or returns a boolean that represents whether or not this section is unlocked.
boolean
public boolean Unlocked{ get; set; }
Public Property Unlocked() As Boolean
//--- Return Unlocked bool unlocked = oSection.Unlocked; //--- Set Unlocked oSection.Unlocked = false;
'--- Return Unlocked Dim unlocked As Boolean = oSection.Unlocked '--- Set Unlocked oSection.Unlocked = False