ProjectLink.RemoveProperty(ProjectProperty) 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.
Facilitate remoting the RemoveProperty(ProjectProperty).
public:
abstract bool RemoveProperty(Microsoft::Build::Evaluation::ProjectProperty ^ property);
public abstract bool RemoveProperty (Microsoft.Build.Evaluation.ProjectProperty property);
abstract member RemoveProperty : Microsoft.Build.Evaluation.ProjectProperty -> bool
Public MustOverride Function RemoveProperty (property As ProjectProperty) As Boolean
Parameters
- property
- ProjectProperty