IDataConnectionProperties.Contains(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.
Tests whether a given set of connection properties contains a specified property.
public:
bool Contains(System::String ^ propertyName);
public bool Contains (string propertyName);
abstract member Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean
Parameters
- propertyName
- String
Name of the property whose presence is being tested.
Returns
true if the set of connection properties contains the specified property; otherwise, false.
Exceptions
The propertyName
parameter is null.