CepEntity.Logic 屬性
取得定義實體的邏輯。
命名空間: Microsoft.ComplexEventProcessing
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
'宣告
Public Property Logic As String
Get
Friend Set
'用途
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)