WCF-Xtensions Class Reference for .NET
ShouldSerializeName Method (BasicSoapTcpBinding)






Syntax
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Never)]
public System.bool ShouldSerializeName()
public function ShouldSerializeName(): System.Boolean; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Never)
public function ShouldSerializeName() : System.boolean;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Never)]
public: System.bool ShouldSerializeName(); 
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Never)]
public:
System.bool ShouldSerializeName(); 
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function ShouldSerializeName() As System.Boolean
 
'Usage
 
Dim instance As BasicSoapTcpBinding
Dim value As System.Boolean
 
value = instance.ShouldSerializeName()
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

BasicSoapTcpBinding Class
BasicSoapTcpBinding Members

Send Feedback