This document is archived and information here might be outdated. Recommended version. |
The name of the collection to which the item belongs. The value in this property appears in the GroupName field of the mosaic catalog.
[Visual Basic .NET] Public Property Group As String
[C#] public string Group {get; set;}
[C++]
HRESULT get_Group(
BSTR pItemGroup
);
[C++]
HRESULT put_Group(
System.String* pItemGroup
);
[C++]
Parameters pItemGroup [in]
pItemGroup is a parameter of type BSTR pItemGroup [out, retval]
pItemGroup is a parameter of type BSTR*