Get workspace type description.
[Visual Basic .NET] Public Function GetWorkspaceTypeDescription ( _ ByVal Type As esriWorkspaceType _ ) As String
[C#] public string GetWorkspaceTypeDescription ( esriWorkspaceType Type );
[C++]
HRESULT GetWorkspaceTypeDescription(
esriWorkspaceType Type,
BSTR* desc
);
[C++]Parameters
Type [in]Type is a parameter of type esriWorkspaceType
desc [out, retval] desc is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.