ProjectInstance.RemoveProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes any property with the specified name. Returns true if the property had a value (possibly empty string), otherwise false.
public:
bool RemoveProperty(System::String ^ name);
public bool RemoveProperty (string name);
member this.RemoveProperty : string -> bool
Public Function RemoveProperty (name As String) As Boolean
Parameters
- name
- String
The name of the property to be removed.
Returns
true
if the property had a value (possibly an empty string) before removal; otherwise, false
.