See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get a description for the add-in that's shown in the VS add-in manager.
Namespace: NTier.Designer.InstallersAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected abstract string Description { get; } |
Visual Basic |
---|
Protected MustOverride ReadOnly Property Description As String Get |
Visual C++ |
---|
protected: virtual property String^ Description { String^ get () abstract; } |