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


IDatasetName.WorkspaceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetName Interface > IDatasetName.WorkspaceName Property
ArcGIS Developer Help

IDatasetName.WorkspaceName Property

The WorkspaceName of the DatasetName.

[Visual Basic .NET]
Public Property WorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName WorkspaceName {get; set;}
[C++]
HRESULT get_WorkspaceName(
  IWorkspaceName** WorkspaceName
);
[C++]
HRESULT putref_WorkspaceName(
  IWorkspaceName* WorkspaceName
);
[C++]
Parameters
WorkspaceName [out, retval]

WorkspaceName is a parameter of type IWorkspaceName** WorkspaceName [in]
WorkspaceName is a parameter of type IWorkspaceName*

Product Availability

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

See Also

IDatasetName Interface

.NET Samples

View CAD data in a MapControl