ServerDiagnosticView.GetProperty<TValue> Method

Gets the value for a specific property.

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

Syntax

public TValue GetProperty<TValue>(
    string name
)

Type Parameters

  • TValue

Parameters

  • name
    Type: System.String
    The name of the property that contains the value to be returned.

Return Value

Type: TValue
The value of the property with the specified name.

See Also

Reference

ServerDiagnosticView Class

Microsoft.ComplexEventProcessing.ManagementService Namespace