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.
PrivacyNoticeBindingElement::GetProperty<T> Method (BindingContext^)
.NET Framework (current version)
Queries the binding element stack to see whether it supports a particular interface.
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 current binding element.
Return Value
Type: TThe interface whose support is being tested.
Type Parameters
- T
The interface whose support is being tested.
Calls GetProperty<T>(BindingContext^) on the next binding element in the binding context.
.NET Framework
Available since 3.0
Available since 3.0
Show: