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


IRule.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRule Interface > IRule.Type Property
ArcGIS Developer Help

IRule.Type Property

The type associated with the validation rule.

[Visual Basic .NET]
Public ReadOnly Property Type As esriRuleType
[C#]
public esriRuleType Type {get;}
[C++]
HRESULT get_Type(
  esriRuleType* Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriRuleType*

Product Availability

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

Description

Type property returns the esriRuleType enumeration type of the given rule.

See Also

IRule Interface