WCF-Xtensions Class Reference for Mono
BindingType Property (WcfXtensionsBindingCollectionElement)






Returns the type of the binding contained in this collection.
Syntax
'Declaration
 
Public Overrides ReadOnly Property BindingType As System.Type
'Usage
 
Dim instance As WcfXtensionsBindingCollectionElement
Dim value As System.Type
 
value = instance.BindingType
public override System.Type BindingType {get;}
public read-only property BindingType: System.Type; override; 
public override function get BindingType : System.Type
public: __property System.Type* get_BindingType() override;
public:
property System.Type^ BindingType {
   System.Type^ get() override;
}
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

WcfXtensionsBindingCollectionElement Class
WcfXtensionsBindingCollectionElement Members
Base Implementation in BindingType

Send Feedback