RequestProxyAttribute Class

Definition

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

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

Remarks

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

Constructors

RequestProxyAttribute(String)

Initializes a new instance of the RequestProxyAttribute class.

Properties

Name

Gets the name of the message request.

Applies to