Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Optionality of the Relationship. Valid values are: 0 = Optional and 1 = Mandatory = 1. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Code Block
languagevb
Public Property OptionalityValue() As Variant

Example

Sub Main
  
Dim d As Diagram
Dim m As Model
Dim rel As Relationship

...