ProjectInstance.RemoveProperty(String) Method

Definition

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.

Applies to