WCF-Xtensions Class Reference for .NET
Properties Property (BasicSoapTcpBindingElement)






Implements StandardBindingElement abstract class.
Syntax
protected override System.Configuration.ConfigurationPropertyCollection Properties {get;}
protected read-only property Properties: System.Configuration.ConfigurationPropertyCollection; override; 
protected override function get Properties : System.Configuration.ConfigurationPropertyCollection
protected: __property System.Configuration.ConfigurationPropertyCollection* get_Properties() override;
protected:
property System.Configuration.ConfigurationPropertyCollection^ Properties {
   System.Configuration.ConfigurationPropertyCollection^ get() override;
}
'Declaration
 
Protected Overrides ReadOnly Property Properties As System.Configuration.ConfigurationPropertyCollection
 
'Usage
 
Dim instance As BasicSoapTcpBindingElement
Dim value As System.Configuration.ConfigurationPropertyCollection
 
value = instance.Properties
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

BasicSoapTcpBindingElement Class
BasicSoapTcpBindingElement Members
Base Implementation in Properties

Send Feedback