WCF-Xtensions Class Reference for .NET
BindingElementType Property (JsonRpcMessageEncodingElement)






Syntax
public override System.Type BindingElementType {get;}
public read-only property BindingElementType: System.Type; override; 
public override function get BindingElementType : System.Type
public: __property System.Type* get_BindingElementType() override;
public:
property System.Type^ BindingElementType {
   System.Type^ get() override;
}
'Declaration
 
Public Overrides ReadOnly Property BindingElementType As System.Type
 
'Usage
 
Dim instance As JsonRpcMessageEncodingElement
Dim value As System.Type
 
value = instance.BindingElementType
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

JsonRpcMessageEncodingElement Class
JsonRpcMessageEncodingElement Members
Base Implementation in BindingElementType

Send Feedback