ArcObjects Library Reference (GeoDatabase)  

IWorkspaceFactory.WorkspaceDescription Property

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

[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* Description
);
[C++]

Parameters

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

Product Availability

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

Remarks

The plural parameter is used as a helper that will take and make the workspacefactory plural. e.g. SDE Connection will become SDE Connections.

See Also

IWorkspaceFactory Interface