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






Syntax
public virtual System.Type BindingType {get;}
public read-only property BindingType: System.Type; virtual; 
public function get BindingType : System.Type
public: __property virtual System.Type* get_BindingType();
public:
virtual property System.Type^ BindingType {
   System.Type^ get();
}
'Declaration
 
Public Overridable ReadOnly Property BindingType As System.Type
 
'Usage
 
Dim instance As BasicSoapTcpBindingCollectionElement
Dim value As System.Type
 
value = instance.BindingType
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

BasicSoapTcpBindingCollectionElement Class
BasicSoapTcpBindingCollectionElement Members

Send Feedback