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