Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Services Namespace > CcowWebHttpBehavior Class : DefaultOutgoingResponseFormat Property |
public override WebMessageFormat DefaultOutgoingResponseFormat {get; set;}
'Declaration
Public Overrides Property DefaultOutgoingResponseFormat As WebMessageFormat
'Usage
Dim instance As CcowWebHttpBehavior Dim value As WebMessageFormat instance.DefaultOutgoingResponseFormat = value value = instance.DefaultOutgoingResponseFormat
public: property WebMessageFormat DefaultOutgoingResponseFormat { WebMessageFormat get() override; void set ( WebMessageFormat value) override; }