RequestProxyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |