Returns a typed object requested, if present, from the appropriate layer in the
binding element stack.
public override GetProperty<>(
System.ServiceModel.Channels.BindingContext
)
where T: class
public function GetProperty(
: System.ServiceModel.Channels.BindingContext
): ; override;
public override function GetProperty(
: System.ServiceModel.Channels.BindingContext
) : ;
public: GetProperty<>(
System.ServiceModel.Channels.BindingContext*
) override
where T: ref class
public:
GetPropertygeneric<typename >
(
System.ServiceModel.Channels.BindingContext^
) override
where T: ref class
'Declaration
Public Overrides Function GetProperty(Of As Class)( _
ByVal As System.ServiceModel.Channels.BindingContext _
) As
'Usage
Dim instance As JsonRpcMessageEncodingBindingElement
Dim context As System.ServiceModel.Channels.BindingContext
Dim value As
value = instance.GetProperty(Of T)(context)
Parameters
- context
The BindingContext for the binding element.
Type Parameters
- T
- The typed object for which the method is querying.
Return Value
The typed object T requested if it is present or a null reference (Nothing in Visual Basic) if it is not.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2