DiagnosticView.GetProperty<TValue> 方法 (String)

 

取得指定的屬性值。

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

語法

public TValue GetProperty<TValue>(
    string name
)
public:
generic<typename TValue>
TValue GetProperty(
    String^ name
)
member GetProperty<'TValue> : 
        name:string -> 'TValue
Public Function GetProperty(Of TValue) (
    name As String
) As TValue

參數

  • name
    屬性的名稱。

傳回值

Type: TValue

指定的屬性值。

類型參數

  • TValue
    屬性值的類型。

請參閱

GetProperty 超載
DiagnosticView 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首