Dictionary of responses to prompts from the server, where the key is the expected prompt from the server and the value is the desired response.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public Dictionary<string, string> Responses { get; set; }
Visual Basic
Public Property Responses As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ Responses {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}

See Also