HealthCheckConfigChecksToRun Property  | 
 Gets or sets a list containing the IDs of any checks to run. Specify  to run all checks.
 
    Namespace: 
   Dundas.BI.Services.Health
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<string>? ChecksToRun { get; set; }Public Property ChecksToRun As ICollection(Of String)
	Get
	Set
public:
property ICollection<String^>^ ChecksToRun {
	ICollection<String^>^ get ();
	void set (ICollection<String^>^ value);
}member ChecksToRun : ICollection<string> with get, set
Property Value
Type: 
ICollectionString
See Also