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

Gets the list of custom properties retrieved with the log

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

Syntax

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

Remarks

Properties must be listed in SvnLogArgs.RetrieveProperties to be available here

See Also