Determines if a parameter with the specified name exists.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public bool Contains( string ParameterName ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ ParameterName As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( String^ ParameterName ) |
Parameters
- ParameterName
- Type: System..::.String
Parameter name to query.