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