ProtocolPropertyCollection.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.
Checks whether the specified key value exists in the collection.
public:
bool Contains(System::String ^ name);
public bool Contains (string name);
member this.Contains : string -> bool
Public Function Contains (name As String) As Boolean
Parameters
- name
- String
A String value that specifies the key value to check the existence of in the collection.
Returns
A Boolean value that specifies whether the key value exists in the collection.
If True, the key value exists in the collection.
If False, the key value does not exist in the collection.