ArcObjects Library Reference (GeoDatabase)  

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(
  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:

 

See Also

IWorkspaceProperties2 Interface