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