ShortName Property
From MCManager API
Short name for the plugin, used in the authenticator config option for example
so that you don't need to write the long name for it namespace.classname.
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual string ShortName { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property ShortName As String |
| Visual C++ |
|---|
public: virtual property String^ ShortName { String^ get (); } |