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

Gets the nesting level of the logs via merges

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

Syntax

C#
public int MergeLogNestingLevel { get; }
Visual Basic (Declaration)
Public ReadOnly Property MergeLogNestingLevel As Integer
Visual C++
public:
property int MergeLogNestingLevel {
	int get ();
}

See Also