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


IGeoDataServerObjects.DefaultWorkingWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServerObjects Interface > IGeoDataServerObjects.DefaultWorkingWorkspace Property
ArcGIS Developer Help

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