EnumerateResponse.ResourceNames Property

Gets or sets the names for the objects returned by the Enumerate operation.

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

Syntax

[MessageBodyMemberAttribute(Name = "ResourceNames", Order = )]
public List<Uri> ResourceNames { get; set; }

Property Value

Type: System.Collections.Generic.List<Uri>
A List object containing the names for objects returned by an Enumerate operation.

See Also

Reference

EnumerateResponse Class

Microsoft.ComplexEventProcessing.ManagementService Namespace