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.

ContextBindingElement::GetProperty<T> Method (BindingContext^)

 

Returns the typed object with the specified context from the appropriate layer in the channel stack.

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 specified.

Return Value

Type: T

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