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