The text string of the answer for a forum poll.
Namespace: DotNetNuke.Modules.ForumAssembly: DotNetNuke.Modules.Forum (in DotNetNuke.Modules.Forum.dll) Version: 5.0.0.30439
Syntax
| C# |
|---|
public string Answer { get; set; } |
| Visual Basic |
|---|
Public Property Answer As String Get Set |
| Visual C++ |
|---|
public: property String^ Answer { String^ get (); void set (String^ value); } |