ResponseProxyAttribute Class

Definition

Indicates the name of the message response, represented by the Microsoft.Crm.Services.Utility.SdkMessageResponse entity, to which the response corresponds.

public ref class ResponseProxyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ResponseProxyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ResponseProxyAttribute = class
    inherit Attribute
Public NotInheritable Class ResponseProxyAttribute
Inherits Attribute
Inheritance
ResponseProxyAttribute
Attributes

Remarks

This type is only created when the CrmSvcUtil program generates a response, which is turned off by default.

Constructors

ResponseProxyAttribute(String)

Initializes a new instance of the ResponseProxyAttribute class.

Properties

Name

Gets the name of the message response.

Applies to