Return the value of CSV file name setting.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getFileName() As String _
    Implements INetricsRecFile.getFileName
C#
public string getFileName()
C++
public:
 String getFileName() sealed 
J#
public string getFileName()
JScript
public  function getFileName() : String

Implements

INetricsRecFile.getFileName

Remarks

Returns the CSV file name. Null if it was not set.

See Also