Gets or sets the integrator type as a string value. Use this for custom integrators.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntegratorTypeString() As String |
[C#] |
---|
public string IntegratorTypeString {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_IntegratorTypeString(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntegratorTypeString( BSTR * pVal ); public: HRESULT put_IntegratorTypeString( BSTR pVal ); |
[Java] |
---|
public String getIntegratorTypeString(); public void setIntegratorTypeString( String ); |