Information about this particular property.
[Visual Basic .NET] Public ReadOnly Property CategoryPrefix As String
[C#] public string CategoryPrefix {get;}
[C++]
HRESULT get_CategoryPrefix(
BSTR* prefix
);
[C++]Parameters
prefix [out, retval] prefix is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns a string representation of the workspace type. For example:
- SDE workspaces return "SDE"
- File GDB workspaces return "File Geodatabase"
- Shapefile workspaces return "Shapefile"