ProjectLink.SetGlobalProperty(String, 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 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