Share via


RemoteSettings.PropertyExists(String, String) Method

Definition

Determines if the property exists.

public:
 virtual bool PropertyExists(System::String ^ collectionPath, System::String ^ key);
public bool PropertyExists (string collectionPath, string key);
abstract member PropertyExists : string * string -> bool
override this.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

Implements

Applies to