Gets or sets the error control method.
Read-write property
[Visual Basic .NET] |
---|
Public Property ErrorControl() As AgEVAErrorControl |
[C#] |
---|
public AgEVAErrorControl ErrorControl {get; set;} |
[Managed C++] |
---|
public: __property AgEVAErrorControl get_ErrorControl(); |
[Unmanaged C++] |
---|
public: HRESULT get_ErrorControl( AgEVAErrorControl * pVal ); public: HRESULT put_ErrorControl( AgEVAErrorControl InVal ); |
[Java] |
---|
public AgEVAErrorControl getErrorControl(); public void setErrorControl( AgEVAErrorControl ); |
[Python - STK API ] |
---|
@property def ErrorControl(self) -> "AgEVAErrorControl": @ErrorControl.setter def ErrorControl(self, InVal:"AgEVAErrorControl") -> None: |