Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Queries the binding element stack to see whether it supports a particular interface.

Namespace:   System.ServiceModel.Channels
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: T

The 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
Return to top
Show:
© 2017 Microsoft