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

Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision)

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

Syntax

C#
public bool GetRevisionProperty(
	SvnUriTarget target,
	string propertyName,
	out string value
)
Visual Basic (Declaration)
Public Function GetRevisionProperty ( _
	target As SvnUriTarget, _
	propertyName As String, _
	<OutAttribute> ByRef value As String _
) As Boolean
Visual C++
public:
bool GetRevisionProperty(
	SvnUriTarget^ target, 
	String^ propertyName, 
	[OutAttribute] String^% value
)

Parameters

target
Type: SharpSvn..::.SvnUriTarget

[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,System.String@)"]

propertyName
Type: System..::.String

[Missing <param name="propertyName"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,System.String@)"]

value
Type: System..::.String %

[Missing <param name="value"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,System.String@)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,System.String@)]

See Also