This document is archived and information here might be outdated. Recommended version. |
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**