Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 867 Bytes

dd3943e5-ff9f-6cde-bd7e-a8690cd47b1c.md

File metadata and controls

43 lines (29 loc) · 867 Bytes

BlastVariableMapping.DataType Property

Datatype of variable

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

Syntax

C#

public BlastVariableDataType DataType { get; }

VB

Public ReadOnly Property DataType As BlastVariableDataType
	Get

C++

public:
property BlastVariableDataType DataType {
	BlastVariableDataType get ();
}

F#

member DataType : BlastVariableDataType with get

Property Value

Type: BlastVariableDataType

See Also

Reference

BlastVariableMapping Class
NSS.Blast Namespace