This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IValidation Interface > IValidation.RulesByField Property (ArcObjects .NET 10.5 SDK) |
The rules associated with the attribute.
[Visual Basic .NET] Public Function get_RulesByField ( _ ByVal FieldName As String _ ) As IEnumRule
[C#] public IEnumRule get_RulesByField ( string FieldName );
[C++]
HRESULT get_RulesByField(
BSTR FieldName,
IEnumRule** Rules
);
[C++]
Parameters FieldName [in] FieldName is a parameter of type BSTR Rules [out, retval]
Rules is a parameter of type IEnumRule