Last used filename for storing/saving.


Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Filename As String
C#
public string Filename { get; }
C++
public property string Filename sealed  {
    String get();
}
J#
/** property */
public string get_Filename();
JScript
public function get Filename() : String

Property Value

Missing <value> tag for "P:PalmSens.DataFiles.CurveFile.Filename"

See Also