This document is archived and information here might be outdated. Recommended version. |
The set of all invalid rules for the specified field.
[Visual Basic .NET] Public Function GetInvalidRulesByField ( _ ByVal FieldName As String _ ) As IEnumRule
[C#] public IEnumRule GetInvalidRulesByField ( string FieldName );
[C++]
HRESULT GetInvalidRulesByField(
BSTR FieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR
The GetInvalidRulesByField method returns an enumerator of rules violated by the specified field of the row.