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