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

Gets a list of applied merges

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

Syntax

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

See Also