The component name.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Name() As String |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Name(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
@property def Name(self) -> str: @Name.setter def Name(self, Name:str) -> None: |





