public TopicAuthorAction AuthorAction { get; set; }Public Property AuthorAction As TopicAuthorAction
Get
Setpublic:
property TopicAuthorAction AuthorAction {
TopicAuthorAction get ();
void set (TopicAuthorAction value);
}member AuthorAction : TopicAuthorAction with get, set