 | ICompositeDiagnosticsProbeValue Property |
Gets the value of the performance counter
Namespace: SanteDB.Core.DiagnosticsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<IDiagnosticsProbe> Value { get; }ReadOnly Property Value As IEnumerable(Of IDiagnosticsProbe)
Get
property IEnumerable<IDiagnosticsProbe^>^ Value {
IEnumerable<IDiagnosticsProbe^>^ get ();
}abstract Value : IEnumerable<IDiagnosticsProbe> with get
Property Value
IEnumerableIDiagnosticsProbe
See Also