ArcObjects Library Reference (GISClient)  

IDiscoveryServerConfigStore.Type Property

The store type.

[Visual Basic .NET]
Public Property Type As esriConfigStoreType
[C#]
public esriConfigStoreType Type {get; set;}
[C++]
HRESULT get_Type(
  esriConfigStoreType* pType
);
[C++]
HRESULT put_Type(
  esriConfigStoreType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriConfigStoreType

pType [in]

  pType is a parameter of type esriConfigStoreType

Product Availability

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

See Also

IDiscoveryServerConfigStore Interface