Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.19 KB

635e39ba-19e1-c17c-eb50-39afeba27311.md

File metadata and controls

43 lines (29 loc) · 1.19 KB

Blast.HPCJobs Property

[Missing

documentation for "P:NSS.Blast.Blast.HPCJobs"]

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public Dictionary<int, IBlastHPCScriptJob> HPCJobs { get; }

VB

Public ReadOnly Property HPCJobs As Dictionary(Of Integer, IBlastHPCScriptJob)
	Get

C++

public:
property Dictionary<int, IBlastHPCScriptJob^>^ HPCJobs {
	Dictionary<int, IBlastHPCScriptJob^>^ get ();
}

F#

member HPCJobs : Dictionary<int, IBlastHPCScriptJob> with get

Property Value

Type: Dictionary(Int32, IBlastHPCScriptJob)

See Also

Reference

Blast Structure
NSS.Blast Namespace