ArcObjects Library Reference  (GeoDatabaseDistributed)    

IGeoDataServerObjects.DefaultWorkingWorkspace Property

The default working workspace for the geodata server.

[Visual Basic 6.0]
Property DefaultWorkingWorkspace As IWorkspace
[Visual Basic .NET]
Public ReadOnly Property DefaultWorkingWorkspace As IWorkspace
[C#]
public IWorkspace DefaultWorkingWorkspace {get;}
[Java]
public IWorkspace getDefaultWorkingWorkspace()
throws
    IOException,
    AutomationException
[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