ArcObjects Library Reference (Server)  

IServerObjectAdmin8.Geodatabases Property

Get Geodatabases.

[Visual Basic .NET]
Public ReadOnly Property Geodatabases As String
[C#]
public string Geodatabases {get;}
[C++]
HRESULT get_Geodatabases(
  BSTR* 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

IServerObjectAdmin8 Interface