Binding.GetProperty<T> Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a typed object requested, if present, from the appropriate layer in the binding stack.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- T
The typed object for which the method is querying.
Parameters
- parameters
- Type: System.ServiceModel.Channels.BindingParameterCollection
The BindingParameterCollection that specifies requirements for the channel that is built.
Return Value
Type: TThe typed object T requested if it is present or null if it is not.
Show: