FastInfoset.NET Class Reference for .NET
GetProperty<T> Method (PluggableMessageEncodingBindingElement)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overridable Function GetProperty(Of T As Class)( _
   ByVal context As System.ServiceModel.Channels.BindingContext _
) As T
'Usage
 
Dim instance As PluggableMessageEncodingBindingElement
Dim context As System.ServiceModel.Channels.BindingContext
Dim value As T
 
value = instance.GetProperty(Of T)(context)
[__DynamicallyInvokable()]
public virtual T GetProperty<T>( 
   System.ServiceModel.Channels.BindingContext context
)
where T: class
public function GetProperty( 
    context: System.ServiceModel.Channels.BindingContext
): T; virtual; 
__DynamicallyInvokableAttribute()
public function GetProperty( 
   context : System.ServiceModel.Channels.BindingContext
) : T;
[__DynamicallyInvokable()]
public: virtual T* GetProperty<T>( 
   System.ServiceModel.Channels.BindingContext* context
) 
where T: ref class
[__DynamicallyInvokable()]
public:
virtual T^ GetPropertygeneric<typename T>
( 
   System.ServiceModel.Channels.BindingContext^ context
) 
where T: ref class

Parameters

context

Type Parameters

T
Requirements

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

See Also

Reference

PluggableMessageEncodingBindingElement Class
PluggableMessageEncodingBindingElement Members

Send Feedback