[This is preliminary documentation and is subject to change.]
Removes the specified property from the specfied path
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool DeleteProperty( Uri target, string propertyName, SvnSetPropertyArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Function DeleteProperty ( _ target As Uri, _ propertyName As String, _ args As SvnSetPropertyArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool DeleteProperty( Uri^ target, String^ propertyName, SvnSetPropertyArgs^ args ) |
Parameters
- target
- Type: System..::.Uri
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.DeleteProperty(System.Uri,System.String,SharpSvn.SvnSetPropertyArgs)"]
- propertyName
- Type: System..::.String
[Missing <param name="propertyName"/> documentation for "M:SharpSvn.SvnClient.DeleteProperty(System.Uri,System.String,SharpSvn.SvnSetPropertyArgs)"]
- args
- Type: SharpSvn..::.SvnSetPropertyArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.DeleteProperty(System.Uri,System.String,SharpSvn.SvnSetPropertyArgs)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.DeleteProperty(System.Uri,System.String,SharpSvn.SvnSetPropertyArgs)]