ProjectTaskElement.GetParameter(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.
Gets the value of the parameter with the specified name, or empty string if it is not present.
public:
System::String ^ GetParameter(System::String ^ name);
public string GetParameter (string name);
member this.GetParameter : string -> string
Public Function GetParameter (name As String) As String
Parameters
- name
- String
The name of the parameter.
Returns
The value of the parameter with the specified name, or an empty string if no parameter by that name exists in the task.