0
Answer

AppConfig

Ask a question
Ravi Guturu

Ravi Guturu

18y
1.9k
1
if i want to define the following Section in App.config and retrieve the path based on Type and Name

<RuleSets>
    <add Type="SR1Rules" name="SR1" Path="D:\RaviKiran"/>
    <add Type="SR1Rules" name="SR11" Path="D:\RaviKiran"/>
    <add Type="SR2Rules" name="SR2" Path="D:\RaviKiran"/>
</RuleSets>

What is the procedure?