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


IValidation.Rules Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IValidation Interface > IValidation.Rules Property
ArcGIS Developer Help

IValidation.Rules Property

The rules associated with the class.

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

Rules is a parameter of type IEnumRule**

Product Availability

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

Description

Rules is a property that returns a IEnumRule object that contains all of the rules associated with the object class.

Remarks

Property Rules returns a IEnumRule enumerator hydrated with all of the rules associated with the object class.

See Also

IValidation Interface