The location of the file in the depot

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

Syntax

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

See Also