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


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

IGeoDataServer.WrappedWorkspaceType Property

The type of the geodatabase the geodataserver operates on.

[Visual Basic .NET]
Public ReadOnly Property WrappedWorkspaceType As esriWorkspaceType
[C#]
public esriWorkspaceType WrappedWorkspaceType {get;}
[C++]
HRESULT get_WrappedWorkspaceType(
  esriWorkspaceType* wsType
);
[C++]
Parameters
wsType [out, retval]

wsType is a parameter of type esriWorkspaceType*

Product Availability

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

See Also

IGeoDataServer Interface