ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.ConfigStore Property

The configuration store on server.

[Visual Basic .NET]
Public ReadOnly Property ConfigStore As IDiscoveryServerConfigStore
[C#]
public IDiscoveryServerConfigStore ConfigStore {get;}
[C++]
HRESULT get_ConfigStore(
  IDiscoveryServerConfigStore** ppConfigStore
);
[C++]

Parameters

ppConfigStore [out, retval]

  ppConfigStore is a parameter of type IDiscoveryServerConfigStore

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface