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.
ContextBindingElement::GetProperty<T> Method (BindingContext^)
.NET Framework (current version)
Returns the typed object with the specified context from the appropriate layer in the channel stack.
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 specified.
Return Value
Type: TThe typed object T requested if it is present.
Type Parameters
- T
The typed object for which the method is querying.
| Exception | Condition |
|---|---|
| ArgumentNullException | context is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: