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