Gets copyright string.
Namespace:
PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string About { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property About As String |
| Visual C++ |
|---|
public: property String^ About { String^ get (); } |