[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.Report.ReportInfo.ReportParameters"]
public IDictionary<string, string> ReportParameters { get; set; }
Public Property ReportParameters As IDictionary(Of String, String)
Get
Set
public:
property IDictionary<String^, String^>^ ReportParameters {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member ReportParameters : IDictionary<string, string> with get, set