ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Adding and working with connectivity rules in a geometric network | Geodatabase