FastInfoset.NET Class Reference for .NET
Switch Property (WCFXTrace)






Syntax
'Declaration
 
Public Property Switch As System.Diagnostics.SourceSwitch
'Usage
 
Dim instance As WCFXTrace
Dim value As System.Diagnostics.SourceSwitch
 
instance.Switch = value
 
value = instance.Switch
public System.Diagnostics.SourceSwitch Switch {get; set;}
public read-write property Switch: System.Diagnostics.SourceSwitch; 
public function get,set Switch : System.Diagnostics.SourceSwitch
public: __property System.Diagnostics.SourceSwitch* get_Switch();
public: __property void set_Switch( 
   System.Diagnostics.SourceSwitch* value
);
public:
property System.Diagnostics.SourceSwitch^ Switch {
   System.Diagnostics.SourceSwitch^ get();
   void set (    System.Diagnostics.SourceSwitch^ value);
}
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

WCFXTrace Class
WCFXTrace Members

Send Feedback