Shows version information and displays about box.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property About As String |
| C# |
|---|
public string About { get; } |
| Visual C++ |
|---|
public:
property String^ About {
String^ get ();
} |
| JavaScript |
|---|
function get_about();
|
See Also