Specifies other users who have a particular file open.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

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

See Also