Gets or sets the name of the MATLAB function.
Read-write property
[Visual Basic .NET] |
---|
Public Property FunctionName() As String |
[C#] |
---|
public string FunctionName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_FunctionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_FunctionName( BSTR * pVal ); public: HRESULT put_FunctionName( BSTR newVal ); |
[Java] |
---|
public String getFunctionName(); public void setFunctionName( String ); |