[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( string target, string propertyName ) |
| Visual Basic (Declaration) |
|---|
Public Function DeleteProperty ( _ target As String, _ propertyName As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool DeleteProperty( String^ target, String^ propertyName ) |
Parameters
- target
- Type: System..::.String
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String)"]
- propertyName
- Type: System..::.String
[Missing <param name="propertyName"/> documentation for "M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String)]