Page History
Description
This determines if the relationship is mandatory (true) or not (false). DATATYPE: Boolean.
Property
...
Type
- Read-only property
Syntax
...
Code Block | ||
---|---|---|
| ||
Public Property Mandatory() As Variant |
Example
Dim MyRelationship As Relationship Anchor
Dim bMandatory As String
MyRelationship.Mandatory = bMandatory
Info | ||
---|---|---|
| ||