Provides access to members for working with a set of contingent values.
Members
| Name | Description | |
|---|---|---|
![]() |
ContingentValues | The contingent values of the class. |
![]() |
FieldGroups | The field groups of the class. |
![]() |
FindFieldGroup | Find an existing group of fields that can have contingent values. |
IContingentValues.ContingentValues Property
The contingent values of the class.
Public ReadOnly Property ContingentValues As IEnumContingentValue
public IEnumContingentValue ContingentValues {get;}
IContingentValues.FieldGroups Property
The field groups of the class.
Public ReadOnly Property FieldGroups As IEnumFieldGroup
public IEnumFieldGroup FieldGroups {get;}
IContingentValues.FindFieldGroup Method
Find an existing group of fields that can have contingent values.
Public Function FindFieldGroup ( _
    ByVal fieldGroupName As String _
) As IFieldGroup
public IFieldGroup FindFieldGroup (
    string fieldGroupName
);
Classes that implement IContingentValues
| Classes | Description |
|---|

