Name of current property file.

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

Syntax

C#
public string PropertyFile { get; set; }
Visual Basic
Public Property PropertyFile As String
	Get
	Set
Visual C++
public:
property String^ PropertyFile {
	String^ get ();
	void set (String^ value);
}
F#
member PropertyFile : string with get, set

Property Value

Type: String

Remarks

Set property file means loading properties from specified file.

See Also