Specifies other users who have a particular file open.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
public class OtherUsers : Dictionary<string, OtherFileUser> |
| Visual Basic |
|---|
Public Class OtherUsers _ Inherits Dictionary(Of String, OtherFileUser) |
| Visual C++ |
|---|
public ref class OtherUsers : public Dictionary<String^, OtherFileUser^> |
Inheritance Hierarchy
System..::..Object
System.Collections.Generic..::..Dictionary<(Of <(<'String, OtherFileUser>)>)>
Perforce.P4..::..OtherUsers
System.Collections.Generic..::..Dictionary<(Of <(<'String, OtherFileUser>)>)>
Perforce.P4..::..OtherUsers