BaseActionMethodRequestBuilder<T>.HasParameter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if the parameter list contains a given name.
protected bool HasParameter (string name);
member this.HasParameter : string -> bool
Protected Function HasParameter (name As String) As Boolean
Parameters
- name
- String
The name to search for.
Returns
True if the parameter list contains the given name.