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#] |
|---|
public string Group {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Group();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Group(
|
| [Java] |
|---|
public String getGroup();
|