ArcObjects Library Reference (GeoDatabase)  

ILocatorWorkspaceName.WorkspaceName Property

The Name object for the ArcSDE workspace that contains the locator workspace.

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

Parameters

wksName [out, retval]

  wksName is a parameter of type IWorkspaceName

wksName [in]

  wksName is a parameter of type IWorkspaceName

Product Availability

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

Remarks

The WorkspaceName property returns a WorkspaceName object that represents the ArcSDE workspace that contains the locator workspace represented by the LocatorWorkspaceName object. Use the Type property to determine if the locator workspace is an ArcSDE locator workspace before using this property.

See Also

ILocatorWorkspaceName Interface