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