CepEntity.Logic Property

Gets the logic that defines the entity.

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

Syntax

'Declaration
Public Property Logic As String 
    Get 
    Friend Set
'Usage
Dim instance As CepEntity 
Dim value As String 

value = instance.Logic
public string Logic { get; internal set; }
public:
property String^ Logic {
    String^ get ();
    internal: void set (String^ value);
}
member Logic : string with get, internal set
function get Logic () : String 
internal function set Logic (value : String)

Property Value

Type: System.String

See Also

Reference

CepEntity Class

Microsoft.ComplexEventProcessing Namespace