ArcObjects Library Reference (GISClient)  

IAGOSharingOptions.SharedGroupIDs Property

The IDs of shared groups.

ERROR: Syntax information about IAGOSharingOptions.SharedGroupIDs may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT get_SharedGroupIDs(
  IStringArray** ppIDs
);
[C++]
HRESULT put_SharedGroupIDs(
  IStringArray* ppIDs
);
[C++]

Parameters

ppIDs [out, retval]

  ppIDs is a parameter of type IStringArray

ppIDs [in]

  ppIDs is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGOSharingOptions Interface