'Declaration
Public ReadOnly Property ActiveJobs As Nullable(Of Integer)
public Nullable<int> ActiveJobs {get;}
public: property Nullable<int> ActiveJobs { Nullable<int> get(); }
'Declaration
Public ReadOnly Property ActiveJobs As Nullable(Of Integer)
public Nullable<int> ActiveJobs {get;}
public: property Nullable<int> ActiveJobs { Nullable<int> get(); }