Share via


RemoteSettings.GetValueKind(String, String) Method

Definition

Gets kind of a remote setting value.

public:
 virtual 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
override this.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.

Implements

Applies to