ProjectLink.GetPropertyValue(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 GetPropertyValue(String).
public:
abstract System::String ^ GetPropertyValue(System::String ^ name);
public abstract string GetPropertyValue (string name);
abstract member GetPropertyValue : string -> string
Public MustOverride Function GetPropertyValue (name As String) As String
Parameters
- name
- String