IContingentValues Interface

Provides access to members for working with a set of contingent values.

Members

Name Description
Read-only property ContingentValues The contingent values of the class.
Read-only property FieldGroups The field groups of the class.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.