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.

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

 

Gets a property of the requested type from the specified BindingContext.

Namespace:   System.ServiceModel.MsmqIntegration
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 binding context.

Return Value

Type: T

An object of type T.

Type Parameters

T

The type of property.

Exception Condition
ArgumentNullException

Context is null.

This method provides the functionality to retrieve capabilities and protection requirements from the element.

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