Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.01 KB

1dd6bd4a-ecf0-72f4-b94e-dba071a08b92.md

File metadata and controls

46 lines (32 loc) · 1.01 KB

BlastParameterAnalysis.Version Property

v0.1.0 - initial version

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

Syntax

C#

public Version Version { get; }

VB

Public ReadOnly Property Version As Version
	Get

C++

public:
virtual property Version^ Version {
	Version^ get () sealed;
}

F#

abstract Version : Version with get
override Version : Version with get

Property Value

Type: Version

Implements

IBlastCompilerStage.Version

See Also

Reference

BlastParameterAnalysis Class
NSS.Blast.Compiler.Stage Namespace