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


IGeoDataServerObjects.DefaultWorkingWorkspace Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGeoDataServerObjects.DefaultWorkingWorkspace Property

The default working workspace for the geodata server.

[Visual Basic .NET]
Public ReadOnly Property DefaultWorkingWorkspace As IWorkspace
[C#]
public IWorkspace DefaultWorkingWorkspace {get;}
[C++]
HRESULT get_DefaultWorkingWorkspace(
  IWorkspace** Workspace
);
[C++]

Parameters Workspace [out, retval]
Workspace is a parameter of type IWorkspace

Product Availability

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

Remarks

The DefaultWorkingWorkspace method represents the default workspace for the GeoDataServer.

See Also

IGeoDataServerObjects Interface

.NET Related Topics

GeoData services | Pooling objects with server objects