Return the name of the model.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function ModelName() As String _ Implements INetricsModelStats.ModelName |
| C# |
|---|
| public string ModelName() |
| C++ |
|---|
| public: String ModelName() sealed |
| J# |
|---|
| public string ModelName() |
| JScript |
|---|
| public function ModelName() : String |