Project.RemoveGlobalProperty(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 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.