Compartir a través de


IRemoteDefaultsStore.GetSettingDefault<T>(String, String, T) Method

Definition

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

Applies to