ILocalConfigStore.GetData<T>(String) 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.
public:
generic <typename T>
T GetData(System::String ^ keyName);
public T GetData<T> (string keyName);
abstract member GetData : string -> 'T
Public Function GetData(Of T) (keyName As String) As T
Type Parameters
- T
Parameters
- keyName
- String
Returns
T