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