Map, keyed by SpecField name, containing suitable allowed values for specific form fields.

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

Syntax

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

Remarks

See the main Perforce documentation for formats used here.

See Also