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

[Missing <summary> documentation for M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection{SharpSvn.SvnPropertyListEventArgs}@)]

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

Syntax

C#
public bool GetPropertyList(
	SvnTarget target,
	out Collection<SvnPropertyListEventArgs> list
)
Visual Basic (Declaration)
Public Function GetPropertyList ( _
	target As SvnTarget, _
	<OutAttribute> ByRef list As Collection(Of SvnPropertyListEventArgs) _
) As Boolean
Visual C++
public:
bool GetPropertyList(
	SvnTarget^ target, 
	[OutAttribute] Collection<SvnPropertyListEventArgs^>^% list
)

Parameters

target
Type: SharpSvn..::.SvnTarget

[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection{SharpSvn.SvnPropertyListEventArgs}@)"]

list
Type: System.Collections.ObjectModel..::.Collection<(Of <(SvnPropertyListEventArgs>)>) %

[Missing <param name="list"/> documentation for "M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection{SharpSvn.SvnPropertyListEventArgs}@)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection{SharpSvn.SvnPropertyListEventArgs}@)]

See Also