DeleteResponse.Name Property

 

Gets or sets the name of the resource to be deleted.

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

Syntax

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

Property Value

Type: System.Uri

A Uri value specifying the name of the resource to be deleted.

See Also

DeleteResponse Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top