A group name the data element is a part of. If the element is not a part of a group, the property will return an empty string.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Group() As String |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Group(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public String getGroup(); |
| [Python - STK API] |
|---|
@property def Group(self) -> str: |





