 | RestPoolPerformanceProbeValue Property |
Gets the value of the
Namespace: SanteDB.Rest.Common.PerformanceAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic 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
IEnumerableIDiagnosticsProbeImplements
ICompositeDiagnosticsProbeValue
See Also