Create a SpecField from a 'Fields' entry in the tagged data from the 'spec' command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
public static SpecField FromSpecCmdTaggedData( string def ) |
| Visual Basic |
|---|
Public Shared Function FromSpecCmdTaggedData ( _ def As String _ ) As SpecField |
| Visual C++ |
|---|
public: static SpecField^ FromSpecCmdTaggedData( String^ def ) |
Parameters
- def
- Type: System..::..String