Project.GetPropertyValueEscaped(ProjectProperty) Method

Definition

Get the escaped value of the provided property.

public:
 static System::String ^ GetPropertyValueEscaped(Microsoft::Build::Evaluation::ProjectProperty ^ property);
public static string GetPropertyValueEscaped (Microsoft.Build.Evaluation.ProjectProperty property);
static member GetPropertyValueEscaped : Microsoft.Build.Evaluation.ProjectProperty -> string
Public Shared Function GetPropertyValueEscaped (property As ProjectProperty) As String

Parameters

property
ProjectProperty

The property to be escaped.

Returns

The escaped value of the provided property.

Applies to