This document is archived and information here might be outdated. Recommended version. |
The name of the field that contains values that identify groups of related items.
[Visual Basic .NET]
Public Property GroupField As String
[C#]
public string GroupField {get; set;}
[C++]
HRESULT get_GroupField(
BSTR pGroupField
);
[C++]
HRESULT put_GroupField(
System.String* pGroupField
);
[C++] Parameters pGroupField [in]
pGroupField is a parameter of type BSTR pGroupField [out, retval]
pGroupField is a parameter of type BSTR*