The file name.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public string Filename { get; }
Visual Basic
Public ReadOnly Property Filename As String
	Get
Visual C++
public:
property String^ Filename {
	String^ get ();
}
F#
member Filename : string with get

Property Value

Type: String

See Also