Gets or sets the name of the parameter.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public string Name { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property Name As String
Get
|
| Visual C++ |
public:
property String^ Name {
String^ get ();
}
|
Field Value
The name of the parameter.
See Also