| LeadsListSelectEventArgsSystemParameters Property |
Gets the list of system request parameters.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public NameValueCollection SystemParameters { get; }
Public ReadOnly Property SystemParameters As NameValueCollection
Get
Property Value
Type:
NameValueCollectionRemarks These parameters will be processed by the control itself and normally should be ignored by your code.
See Also