Partager via


Propriété CepEntity.Logic

Obtient la logique qui définit l'entité.

Espace de noms :  Microsoft.ComplexEventProcessing
Assembly :  Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)

Syntaxe

'Déclaration
Public Property Logic As String 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

Type : System.String

Voir aussi

Référence

CepEntity Classe

Espace de noms Microsoft.ComplexEventProcessing