TestRunConfiguration.TestSettingsProperties Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ TestSettingsProperties { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> TestSettingsProperties { get; }
member this.TestSettingsProperties : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property TestSettingsProperties As Dictionary(Of String, String)