This document is archived and information here might be outdated.  Recommended version.


IWorkspaceProperties2.CategoryPrefix Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceProperties2 Interface > IWorkspaceProperties2.CategoryPrefix Property
ArcGIS Developer Help

IWorkspaceProperties2.CategoryPrefix Property

Information about this particular property.

[Visual Basic .NET]
Public ReadOnly Property CategoryPrefix As String
[C#]
public string CategoryPrefix {get;}
[C++]
HRESULT get_CategoryPrefix(
  System.String* 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:

 

See Also

IWorkspaceProperties2 Interface