public JobInsightValueCollection CurrentJob { get; }
Public ReadOnly Property CurrentJob As JobInsightValueCollection
Get
public:
property JobInsightValueCollection^ CurrentJob {
JobInsightValueCollection^ get ();
}
member CurrentJob : JobInsightValueCollection with get