MessageProperties::ContainsKey Method (String^)
.NET Framework (current version)
Determines whether the MessageProperties contains a specific name, key, or identifier.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- name
-
Type:
System::String^
The name, key, or identifier to locate in the MessageProperties.
Return Value
Type: System::Booleantrue if the MessageProperties contains an element with the specified name; otherwise, false.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: