C# Class ARUP.IssueTracker.Classes.MySettings

Show file Open project: ArupAus/issue-tracker Class Usage Examples

Public Methods

Method Description
Get ( string key ) : string
Set ( string key, string value ) : void

Private Methods

Method Description
GetConfig ( ) : Configuration

Method Details

Get() public static method

public static Get ( string key ) : string
key string
return string

Set() public static method

public static Set ( string key, string value ) : void
key string
value string
return void