WCF-Xtensions Class Reference for .NET
SetPropertyValue Method (DuplexSoapTcpBindingElement)






Syntax
protected void SetPropertyValue( 
   System.Configuration.ConfigurationProperty prop,
   System.object value,
   System.bool ignoreLocks
)
protected procedure SetPropertyValue( 
    prop: System.Configuration.ConfigurationProperty;
    value: System.TObject;
    ignoreLocks: System.Boolean
); 
protected function SetPropertyValue( 
   prop : System.Configuration.ConfigurationProperty,
   value : System.Object,
   ignoreLocks : System.boolean
);
protected: void SetPropertyValue( 
   System.Configuration.ConfigurationProperty* prop,
   System.Object* value,
   System.bool ignoreLocks
) 
protected:
void SetPropertyValue( 
   System.Configuration.ConfigurationProperty^ prop,
   System.Object^ value,
   System.bool ignoreLocks
) 
'Declaration
 
Protected Sub SetPropertyValue( _
   ByVal prop As System.Configuration.ConfigurationProperty, _
   ByVal value As System.Object, _
   ByVal ignoreLocks As System.Boolean _
) 
 
'Usage
 
Dim instance As DuplexSoapTcpBindingElement
Dim prop As System.Configuration.ConfigurationProperty
Dim value As System.Object
Dim ignoreLocks As System.Boolean
 
instance.SetPropertyValue(prop, value, ignoreLocks)

Parameters

prop
value
ignoreLocks
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

DuplexSoapTcpBindingElement Class
DuplexSoapTcpBindingElement Members

Send Feedback