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