WCF-Xtensions Class Reference for .NET
LockAllAttributesExcept Property (SoapTcpTransportElement)






Syntax
public System.Configuration.ConfigurationLockCollection LockAllAttributesExcept {get;}
public read-only property LockAllAttributesExcept: System.Configuration.ConfigurationLockCollection; 
public function get LockAllAttributesExcept : System.Configuration.ConfigurationLockCollection
public: __property System.Configuration.ConfigurationLockCollection* get_LockAllAttributesExcept();
public:
property System.Configuration.ConfigurationLockCollection^ LockAllAttributesExcept {
   System.Configuration.ConfigurationLockCollection^ get();
}
'Declaration
 
Public ReadOnly Property LockAllAttributesExcept As System.Configuration.ConfigurationLockCollection
 
'Usage
 
Dim instance As SoapTcpTransportElement
Dim value As System.Configuration.ConfigurationLockCollection
 
value = instance.LockAllAttributesExcept
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

SoapTcpTransportElement Class
SoapTcpTransportElement Members

Send Feedback