[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:SharpSvn.SvnPathTarget.TargetPath]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public string TargetPath { get; }
Visual Basic (Declaration)
Public ReadOnly Property TargetPath As String
Visual C++
public:
property String^ TargetPath {
	String^ get ();
}

See Also