Gets the type of this data object.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public string Type { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Type As String |
| Visual C++ |
|---|
public: property String^ Type { String^ get (); } |