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.

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

 

Returns a property from the specified BindingContext object.

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^

BindingContext that specifies the binding context.

Return Value

Type: T

The property from the specified BindingContext.

Type Parameters

T

The specific property to obtain from the binding context.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft