ArcObjects Library Reference (GISClient)  

IAGOSharingOptions.UnsharedGroupIDs Property

The IDs of groups to be unshared.

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

[C++]
HRESULT get_UnsharedGroupIDs(
  IStringArray** ppIDs
);
[C++]
HRESULT put_UnsharedGroupIDs(
  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