ArcObjects Library Reference (GeoDatabase)  

IPlugInWorkspaceFactoryHelper.WorkspaceDescription Property

A singular or plural description of the type of workspace the workspace factory opens.

[Visual Basic .NET]
Public Function get_WorkspaceDescription ( _
    ByVal plural As Boolean _
) As String
[C#]
public string get_WorkspaceDescription (
    bool plural
);
[C++]
HRESULT get_WorkspaceDescription(
  VARIANT_BOOL plural,
  BSTR* wksDesc
);
[C++]

Parameters

plural [in]   plural is a parameter of type VARIANT_BOOL wksDesc [out, retval]   wksDesc is a parameter of type BSTR

Product Availability

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

Description

Returns a description of the data source’s workspace, such as "StreetMap Workspace".

See Also

IPlugInWorkspaceFactoryHelper Interface