| 
            
              SelfHostingServiceJsonFaultHandlingEnabled Property
             | 
          
        
        
            Gets or sets a value that determines if JSON formatted fault messages should be returned during exceptions.
            
        
        Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.258-beta
Syntaxpublic bool JsonFaultHandlingEnabled { get; set; }Public Property JsonFaultHandlingEnabled As Boolean
	Get
	Set
public:
property bool JsonFaultHandlingEnabled {
	bool get ();
	void set (bool value);
}member JsonFaultHandlingEnabled : bool with get, set
function get_JsonFaultHandlingEnabled();
function set_JsonFaultHandlingEnabled(value);
 View SourceProperty Value
Boolean
See Also