IFieldRuleProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that declares properties of a field that are derived from rules.
public interface IFieldRuleProperties
type IFieldRuleProperties = interface
Public Interface IFieldRuleProperties
- Derived
Properties
| AllowGroups |
Allow setting field value to a group identity. Only applies to identity fields. |
| DefaultValue |
The default value of the field. |
| ReadOnly |
If true the field cannot be edited. |
| Required |
If true the field cannot be empty. |