CreateResponse.ResourceAddress Property

 

Gets or sets the name of the object that has been created.

Namespace:   Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[MessageHeaderAttribute]
public EndpointAddress10 ResourceAddress { get; set; }
public:
[MessageHeaderAttribute]
property EndpointAddress10^ ResourceAddress {
    EndpointAddress10^ get();
    void set(EndpointAddress10^ value);
}
[<MessageHeaderAttribute>]
member ResourceAddress : EndpointAddress10 with get, set
<MessageHeaderAttribute>
Public Property ResourceAddress As EndpointAddress10

Property Value

Type: System.ServiceModel.EndpointAddress10

A EndpointAddress10 class containing the name of the created object.

See Also

CreateResponse Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top