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

Gets the log origin SharpSvn used for retrieving the logfile

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

Syntax

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

See Also