This document is archived and information here might be outdated.  Recommended version.


IServerConfigurationStorage.Geodatabases Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.Geodatabases Property
ArcGIS Developer Help

IServerConfigurationStorage.Geodatabases Property

.

[Visual Basic .NET]
Public ReadOnly Property Geodatabases As String
[C#]
public string Geodatabases {get;}
[C++]
HRESULT get_Geodatabases(
  System.String* pList
);
[C++]
Parameters
pList [out, retval]

pList is a parameter of type BSTR*

Product Availability

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

See Also

IServerConfigurationStorage Interface