Script type allowed {JScript | Matlab | VBScript}.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScriptType() As String |
[C#] |
---|
public string ScriptType {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ScriptType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScriptType( BSTR * pRetVal ); public: HRESULT put_ScriptType( BSTR ScriptType ); |
[Java] |
---|
public String getScriptType(); public void setScriptType( String ); |