'Declaration Public Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )
Parameters
- name
- The name of the parameter.
Return Value
true if contains, otherwise false.
'Declaration Public Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )