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