IRemoteSettings.PropertyExists(String, 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.
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