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