SecurityBindingElement.GetProperty<T> Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a specified object using the BindingContext specified.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- T
The property to get.
Parameters
- context
- Type: System.ServiceModel.Channels.BindingContext
The BindingContext.
Return Value
Type: TThe specified object from the BindingContext, or null if the object is not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | The context is null. |
Show: