CreateRequest.Body Property

Gets or sets the XML definition of the object to be created.

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

Syntax

[MessageBodyMemberAttribute(Order = , Name = "CreateRequest", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
public CreateRequestBody Body { get; set; }

Property Value

Type: Microsoft.ComplexEventProcessing.ManagementService.CreateRequestBody
A CreateRequestBody object containing the XML definition.

See Also

Reference

CreateRequest Class

Microsoft.ComplexEventProcessing.ManagementService Namespace