| MachinePerformanceProbeValue Property |
Gets the value of this probe
Namespace:
SanteDB.DisconnectedClient.UI.Diagnostics.Performance
Assembly:
SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax public IEnumerable<IDiagnosticsProbe> Value { get; }
Public ReadOnly Property Value As IEnumerable(Of IDiagnosticsProbe)
Get
public:
virtual property IEnumerable<IDiagnosticsProbe^>^ Value {
IEnumerable<IDiagnosticsProbe^>^ get () sealed;
}
abstract Value : IEnumerable<IDiagnosticsProbe> with get
override Value : IEnumerable<IDiagnosticsProbe> with get
Property Value
Type:
IEnumerableIDiagnosticsProbeImplements
ICompositeDiagnosticsProbeValueSee Also