Description
This determines if the relationship is mandatory (true). DATATYPE: Boolean.
Property Type
- Read-only property
Syntax
Public Property Mandatory() As Variant
Example
Dim MyRelationship As Relationship
Dim bMandatory As String
MyRelationship.Mandatory = bMandatory
See Also