The total number of anwsers.
Namespace: DotNetNuke.Modules.ForumAssembly: DotNetNuke.Modules.Forum (in DotNetNuke.Modules.Forum.dll) Version: 5.0.0.30439
Syntax
| C# |
|---|
public int AnswerCount { get; set; } |
| Visual Basic |
|---|
Public Property AnswerCount As Integer Get Set |
| Visual C++ |
|---|
public: property int AnswerCount { int get (); void set (int value); } |