[This is preliminary documentation and is subject to change.]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool GetRevisionProperty( SvnUriTarget target, string propertyName, SvnGetRevisionPropertyArgs args, out SvnPropertyValue value ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRevisionProperty ( _ target As SvnUriTarget, _ propertyName As String, _ args As SvnGetRevisionPropertyArgs, _ <OutAttribute> ByRef value As SvnPropertyValue _ ) As Boolean |
| Visual C++ |
|---|
public: bool GetRevisionProperty( SvnUriTarget^ target, String^ propertyName, SvnGetRevisionPropertyArgs^ args, [OutAttribute] SvnPropertyValue^% value ) |
Parameters
- target
- Type: SharpSvn..::.SvnUriTarget
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)"]
- propertyName
- Type: System..::.String
[Missing <param name="propertyName"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)"]
- args
- Type: SharpSvn..::.SvnGetRevisionPropertyArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)"]
- value
- Type:
SharpSvn..::.SvnPropertyValue
%
[Missing <param name="value"/> documentation for "M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.GetRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)]