Versions Compared

Key

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

Description

This determines if the relationship is mandatory (true) or not (false). DATATYPE: Boolean.

Property

...

Type

  • Read-only property

Syntax

...

Code Block
languagevb
Public Property Mandatory() As Variant

Example

Dim MyRelationship As Relationship
Anchorwp1024361wp1024361
Dim bMandatory As String
Anchorwp1024362wp1024362 
Anchorwp1024363wp1024363  
MyRelationship.Mandatory = bMandatory


Info
titleSee Also