Code:
private bool first;

public bool one1
{
    get { return first; }
    set { one1 = value; }
}
There an example property now whats the problem again though sorry? Sub property?

Do you mean some sort of constructor?