Click or drag to resize

FormSpecValues Property

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

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public Dictionary<string, string> Values { get; set; }

Property Value

Type: DictionaryString, String
Remarks
See the main Perforce documentation for formats used here.
See Also