[This is preliminary documentation and is subject to change.]
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public OtherFileUser this[ string key ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ key As String _ ) As OtherFileUser Get Set |
Visual C++ |
---|
public: property OtherFileUser^ default[String^ key] { OtherFileUser^ get (String^ key); void set (String^ key, OtherFileUser^ value); } |
Parameters
- key
- Type: System..::..String