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.P4Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)
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); } |