WCF-Xtensions Class Reference for Mono
BindingElementType Property (CompressionElement)






Gets the type of this binding element.
Syntax
'Declaration
 
Public Overrides ReadOnly Property BindingElementType As System.Type
'Usage
 
Dim instance As CompressionElement
Dim value As System.Type
 
value = instance.BindingElementType
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;
}

Property Value

The type of BindingElement represented by this configuration element.
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

CompressionElement Class
CompressionElement Members
Base Implementation in BindingElementType

Send Feedback