IRemoteDefaultsStore.GetSettingDefault<T>(String, String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to get a default setting override from the remote store, or defaultValue if it does not exist.
public:
generic <typename T>
T GetSettingDefault(System::String ^ collection, System::String ^ name, T defaultValue);
public T GetSettingDefault<T> (string collection, string name, T defaultValue);
abstract member GetSettingDefault : string * string * 'T -> 'T
Public Function GetSettingDefault(Of T) (collection As String, name As String, defaultValue As T) As T
Type Parameters
- T
Parameters
- collection
- String
- name
- String
- defaultValue
- T
Returns
T