Map, keyed by SpecField name, containing preset (default) 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> Presets { get; set; }
Visual Basic
Public Property Presets As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ Presets {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}

Remarks

See the main Perforce documentation for formats used here.

See Also