CepEntity.GetTypeDefinition Method

Exposes the type of the expression that defines the entity.

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

Syntax

'Declaration
Public Function GetTypeDefinition As String
'Usage
Dim instance As CepEntity 
Dim returnValue As String 

returnValue = instance.GetTypeDefinition()
public string GetTypeDefinition()
public:
String^ GetTypeDefinition()
member GetTypeDefinition : unit -> string
public function GetTypeDefinition() : String

Return Value

Type: System.String
The type of the expression that defines the entity, in serialized format.

See Also

Reference

CepEntity Class

Microsoft.ComplexEventProcessing Namespace