<profile enabled="true">
<add name=" Backgroundcolor" type="System.String"
     defaultValue="white" />
  <add name=" Foregroundcolor" type="System.String" defaultValue="blue" />
        <properties>
        <group name="Address">
            <add name="Address1" type="string"/>
            <add name="Address2" type="string"/>
            <add name="City" type="string"/>
            <add name="State" type="string"/>
            <add name="PinCode" type="string"/>
            <add name="Country" type="string"/>
        </group>
        <group name="Contact">
            <add name="Name" type="string"/>
            <add name="Address" type="string"/>
            <add name="Phone" type="string"/>
            <add name="Mobile" type="string"/>
        </group>
        </properties>
</profile>
