Share via


IRemoteSettings.GetValueKind(String, String) Method

Definition

Gets kind of a remote setting value.

public:
 Microsoft::VisualStudio::RemoteSettings::ValueKind GetValueKind(System::String ^ collectionPath, System::String ^ key);
public Microsoft.VisualStudio.RemoteSettings.ValueKind GetValueKind (string collectionPath, string key);
abstract member GetValueKind : string * string -> Microsoft.VisualStudio.RemoteSettings.ValueKind
Public Function GetValueKind (collectionPath As String, key As String) As ValueKind

Parameters

collectionPath
String

Path to the remote setting collection in the form My\Custom\Path

key
String

Key of the remote setting

Returns

Kind of the value or unknown if it does not exist or error.

Applies to