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