Share via


IRemoteSettings.PropertyExists(String, String) Method

Definition

Determines if the property exists.

public:
 bool PropertyExists(System::String ^ collectionPath, System::String ^ key);
public bool PropertyExists (string collectionPath, string key);
abstract member PropertyExists : string * string -> bool
Public Function PropertyExists (collectionPath As String, key As String) As Boolean

Parameters

collectionPath
String

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

key
String

Key of the Remote Setting

Returns

True if the property exists, otherwise false

Applies to