WCF-Xtensions Class Reference for .NET
AutomaticFormatSelectionEnabled Property (NoemaxWebRelayHttpBehavior)






Syntax
public virtual System.bool AutomaticFormatSelectionEnabled {get; set;}
public read-write property AutomaticFormatSelectionEnabled: System.Boolean; virtual; 
public function get,set AutomaticFormatSelectionEnabled : System.boolean
public: __property virtual System.bool get_AutomaticFormatSelectionEnabled();
public: __property virtual void set_AutomaticFormatSelectionEnabled( 
   System.bool value
);
public:
virtual property System.bool AutomaticFormatSelectionEnabled {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Overridable Property AutomaticFormatSelectionEnabled As System.Boolean
 
'Usage
 
Dim instance As NoemaxWebRelayHttpBehavior
Dim value As System.Boolean
 
instance.AutomaticFormatSelectionEnabled = value
 
value = instance.AutomaticFormatSelectionEnabled
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

NoemaxWebRelayHttpBehavior Class
NoemaxWebRelayHttpBehavior Members

Send Feedback