Public Function GetAttributeRules( _ Optional ByVal attributeRuleType As AttributeRuleType _ ) As IReadOnlyList(Of AttributeRuleDefinition)
public IReadOnlyList<AttributeRuleDefinition> GetAttributeRules( AttributeRuleType attributeRuleType )
Parameters
- attributeRuleType
- The attribute type to return. Use AttributeRuleType.All to obtain all rule types.
Return Value
A IReadOnlyList of the table's attribute rules.