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