Consider parameter for row.
Read-write property
[Visual Basic .NET] |
---|
Public Property Row() As AgEVeCorrelationListType |
[C#] |
---|
public AgEVeCorrelationListType Row {get; set;} |
[Managed C++] |
---|
public: __property AgEVeCorrelationListType get_Row(); |
[Unmanaged C++] |
---|
public: HRESULT get_Row( AgEVeCorrelationListType * pVal ); public: HRESULT put_Row( AgEVeCorrelationListType vRow ); |
[Java] |
---|
public AgEVeCorrelationListType getRow(); public void setRow( AgEVeCorrelationListType ); |
[Python - STK API ] |
---|
@property def Row(self) -> "AgEVeCorrelationListType": @Row.setter def Row(self, vRow:"AgEVeCorrelationListType") -> None: |