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

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