Project.RemoveGlobalProperty(String) Method

Definition

Removes a global property. If it was set, returns true, and marks the project as requiring reevaluation.

public:
 bool RemoveGlobalProperty(System::String ^ name);
public bool RemoveGlobalProperty (string name);
member this.RemoveGlobalProperty : string -> bool
Public Function RemoveGlobalProperty (name As String) As Boolean

Parameters

name
String

The name of the global property to be removed.

Returns

true if the value of the global property was set.

Applies to