IRemoteSettings.PropertyExists(String, String) Methode

Definition

Bestimmt, ob die Eigenschaft vorhanden ist.

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

Parameter

collectionPath
String

Pfad zur Remote Einstellungs Auflistung im Format my\custom\path

key
String

Schlüssel der Remote Einstellung

Gibt zurück

Boolean

True, wenn die Eigenschaft vorhanden ist, andernfalls false.

Gilt für