This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRule Interface > IRule.Category Property (ArcObjects .NET 10.5 SDK) |
The name associated with the validation rule.
[Visual Basic .NET] Public Property Category As Integer
[C#] public int Category {get; set;}
[C++]
HRESULT get_Category(
long* groupBitmap
);
[C++]
HRESULT put_Category(
long groupBitmap
);
[C++]
Parameters groupBitmap [out, retval] groupBitmap is a parameter of type long groupBitmap [in] groupBitmap is a parameter of type long
Category sets the name associated with the rule. Not currently used by any ArcGIS application.