DiagnosticView.ObjectName 屬性

 

取得這個診斷檢視之物件的名稱。

命名空間:   Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

public Uri ObjectName { get; }
public:
property Uri^ ObjectName {
    Uri^ get();
}
member ObjectName : Uri with get
Public ReadOnly Property ObjectName As Uri

屬性值

Type: System.Uri

診斷檢視之物件的名稱。

請參閱

DiagnosticView 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首