HealthCheckConfigChecksToIgnore Property |
Gets or sets a list containing the IDs of any checks that should be ignored (skipped).
Namespace:
Dundas.BI.Services.Health
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<string>? ChecksToIgnore { get; set; }
Public Property ChecksToIgnore As ICollection(Of String)
Get
Set
public:
property ICollection<String^>^ ChecksToIgnore {
ICollection<String^>^ get ();
void set (ICollection<String^>^ value);
}
member ChecksToIgnore : ICollection<string> with get, set
Property Value
Type:
ICollectionStringSee Also