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


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

IWorkspaceName.Category Property

The category of the WorkspaceName.

[Visual Basic .NET]
Public ReadOnly Property Category As String
[C#]
public string Category {get;}
[C++]
HRESULT get_Category(
  System.String* Category
);
[C++]
Parameters
Category [out, retval]

Category is a parameter of type BSTR*

Product Availability

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

See Also

IWorkspaceName Interface