public bool? CollectMetrics { get; set; }Public Property CollectMetrics As Boolean?
Get
Setpublic:
property Nullable<bool> CollectMetrics {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member CollectMetrics : Nullable<bool> with get, set