T
IdeaBlade DevForce 2010 Help Reference
GetProperty<T> Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Wcf.Extensions Namespace > GZipMessageEncodingBindingElement Class : GetProperty<T> Method



context

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function GetProperty(Of T As Class)( _
   ByVal context As BindingContext _
) As T
Visual Basic (Usage)Copy Code
Dim instance As GZipMessageEncodingBindingElement
Dim context As BindingContext
Dim value As T
 
value = instance.GetProperty(Of T)(context)
C# 
public override T GetProperty<T>( 
   BindingContext context
)
where T: class
C++/CLI 
public:
T^ GetPropertygeneric<typename T>
( 
   BindingContext^ context
) override 
where T: ref class

Parameters

context

Type Parameters

T

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.