Share via


ProjectTaskElement.GetParameter(String) Method

Definition

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.

Applies to