public string TopicTitle { get; set; }
Public Property TopicTitle As String
Get
Set
public:
virtual property String^ TopicTitle {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract TopicTitle : string with get, set
override TopicTitle : string with get, set