Event info text

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

Syntax

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

Property Value

Type: String

See Also