hi,I want to know How to set a default value to a Bo object's property,the type of property is a Bo class. my Bo Objects as follow: .... User createdBy; public User CreatedBy { Get{return createdBy;} Set{SetProperytValue("CreatedBy",ref createdBy,value);} } ... Comments:User is a class...