Other Users of this file

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

Syntax

C#
public OtherUsers OtherUsers { get; set; }
Visual Basic
Public Property OtherUsers As OtherUsers
	Get
	Set
Visual C++
public:
property OtherUsers^ OtherUsers {
	OtherUsers^ get ();
	void set (OtherUsers^ value);
}

See Also