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


IWorkspaceNameHelper.WorkspaceName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

IWorkspaceNameHelper.WorkspaceName Property

Workspace name of the schematic data source.

[Visual Basic .NET]
Public ReadOnly Property WorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName WorkspaceName {get;}
[C++]
HRESULT get_WorkspaceName(
  IWorkspaceName** WorkspaceName
);
[C++]

Parameters WorkspaceName [out, retval]
WorkspaceName is a parameter of type IWorkspaceName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

IWorkspaceNameHelper Interface