Property | Type | Description | |
---|---|---|---|
GetValue | string | ||
IsRoaming | bool | ||
SetValue | void |
Method | Description | |
---|---|---|
GetAppSettingsFilename ( ) : string | ||
GetAppSettingsPath ( ) : string | ||
Initialize ( string name, NameValueCollection col ) : void |
Method | Description | |
---|---|---|
GetValue ( SettingsProperty setting ) : string | ||
IsRoaming ( SettingsProperty prop ) : bool | ||
SetValue ( SettingsPropertyValue propVal ) : void |
public Initialize ( string name, NameValueCollection col ) : void | ||
name | string | |
col | NameValueCollection | |
return | void |