Returns the ULParameter with the specified name. In C#, this property is the indexer for the ULParameterCollection class.
Visual Basic
Public Property Item As ULParameter
C#
public ULParameter Item {get;set;}
parameterName The name of the parameter to retrieve.
The ULParameter with the specified name.
System.ArgumentNullException - You cannot set a parameter using a null (Nothing in Visual Basic) parameter name.
System.IndexOutOfRangeException - There is no parameter with the specified name.