Collapse All
Expand All
C#
P4.Net -- Managed API for Perforce
FieldDictionary
.
.
::
.
Item Property
FieldDictionary Class
See Also
Returns the value assocatied to the key.
Namespace:
P4API
Assembly:
p4api (in p4api)
Version:
1.0.0.0 (1.0.0)
Syntax
C#
public
string
this
[
string
key
] {
get
;
set
; }
Parameters
key
Type:
System
.
.
::
.
String
The key to search on.
Return Value
String value associated to the key.
See Also
FieldDictionary Class
P4API Namespace