Compartir a través de


ResponseProxyAttribute(String) Constructor

Definition

Initializes a new instance of the ResponseProxyAttribute class.

public:
 ResponseProxyAttribute(System::String ^ name);
public ResponseProxyAttribute (string name);
new Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute : string -> Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute
Public Sub New (name As String)

Parameters

name
String

Specifies the name of the message response.

Applies to