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