BMXNET 4.0 Developer API
Overload List
Name | Description |
---|---|
Get(String, Boolean) |
Get the boolean Setting named aString. Answer the defaultValue if the Setting named
aString does not exist in the receiver or it's Backup chain.
|
Get(String, Int32) |
Get the Integer Setting named aString. Answer the defaultValue if the Setting named
aString does not exist in the receiver or it's Backup chain.
|
Get(String, String) |
Get the string Setting named aString. Answer the defaultValue if the Setting named
aString does not exist in the receiver or it's Backup chain.
|