Page History
Description
Optionality of the Relationship. Valid values are: 0 = Optional and 1 = Mandatory = 1. DATATYPE: Integer.
Property Type
- Read-write property
Syntax
Code Block | ||
---|---|---|
| ||
Public Property OptionalityValue() As Variant |
Example
Sub Main
Dim d As Diagram
Dim m As Model
Dim rel As Relationship
...