Perforce API for the .Net CLR P4.Net

P4Form.SpecDef Property

The underlying C++ API 'specdef' defining the form.

[Visual Basic]
Public ReadOnly Property SpecDef As String
[C#]
public string SpecDef {get;}

Property Value

The C++ 'specdef' that defines the format of the spec.

Remarks

The SpecDef is a formatted string that Perforce uses internally to parse forms. SpecDefs will vary by form, server version, and even with specific server configurations. In general, you should avoid using a SpecDef directly; however, in some cases you can avoid a server call by using the SpecDef.

See Also

P4Form Class | P4API Namespace