ProjectLink.GetProperty(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.
Facilitate remoting the GetProperty(String).
public:
abstract Microsoft::Build::Evaluation::ProjectProperty ^ GetProperty(System::String ^ name);
public abstract Microsoft.Build.Evaluation.ProjectProperty GetProperty (string name);
abstract member GetProperty : string -> Microsoft.Build.Evaluation.ProjectProperty
Public MustOverride Function GetProperty (name As String) As ProjectProperty
Parameters
- name
- String