Share via


ProjectTaskElementLink.Parameters Property

Definition

Access to remote Parameters.

public:
 abstract property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Parameters { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<string,string> Parameters { get; }
member this.Parameters : System.Collections.Generic.IDictionary<string, string>
Public MustOverride ReadOnly Property Parameters As IDictionary(Of String, String)

Property Value

Applies to