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

Gets the list of changelist-names

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

Syntax

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

See Also