Share via


ProjectLink.GetProperty(String) Method

Definition

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

Returns

Applies to