ProjectInstance.GetPropertyValueEscaped(ProjectPropertyInstance) Method

Definition

Get the escaped value of the provided property

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

Parameters

property
ProjectPropertyInstance

The property to be escaped.

Returns

The escaped value of the provided property.

Applies to