Share via


ProjectLink.SetGlobalProperty(String, String) Method

Definition

Facilitate remoting the SetGlobalProperty(String, String).

public:
 abstract bool SetGlobalProperty(System::String ^ name, System::String ^ escapedValue);
public abstract bool SetGlobalProperty (string name, string escapedValue);
abstract member SetGlobalProperty : string * string -> bool
Public MustOverride Function SetGlobalProperty (name As String, escapedValue As String) As Boolean

Parameters

name
String
escapedValue
String

Returns

Applies to