RemoteSettings.PropertyExists(String, String) Método

Definição

Determina se a propriedade existe.

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

Parâmetros

collectionPath
String

Caminho para a coleção de configurações remotas no formato My\Custom\Path

key
String

Chave da configuração remota

Retornos

Boolean

True se a propriedade existir, caso contrário, false

Implementações

Aplica-se a