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