InvokeRestMethodCommand.RestReturnType Enum

Definition

Enum for rest return type.

public: enum class InvokeRestMethodCommand::RestReturnType
enum InvokeRestMethodCommand::RestReturnType
public enum InvokeRestMethodCommand.RestReturnType
[System.Runtime.CompilerServices.NullableContext(0)]
public enum InvokeRestMethodCommand.RestReturnType
type InvokeRestMethodCommand.RestReturnType = 
[<System.Runtime.CompilerServices.NullableContext(0)>]
type InvokeRestMethodCommand.RestReturnType = 
Public Enum InvokeRestMethodCommand.RestReturnType
Inheritance
InvokeRestMethodCommand.RestReturnType
Attributes

Fields

Detect 0

Return type not defined in response, best effort detect.

Json 1

Json return type.

Xml 2

Xml return type.

Applies to