The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MsmqBindingElementBase::GetProperty<T> Method (BindingContext^)
.NET Framework (current version)
When overridden in a derived class, retrieves a specified type of object for the binding context provided.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename T> where T : ref class virtual T GetProperty( BindingContext^ context ) override
Parameters
- context
-
Type:
System.ServiceModel.Channels::BindingContext^
The BindingContext for the binding element.
Return Value
Type: TThe object of type T.
Type Parameters
- T
The type of property.
| Exception | Condition |
|---|---|
| ArgumentNullException | The context is null. |
Provides the functionality to retrieve capabilities and protection requirements from the element.
.NET Framework
Available since 3.0
Available since 3.0
Show: