[This is preliminary documentation and is subject to change.]
Determines the mode of association (i.e single or multiple)
Return Value
True means Multiple Association.
False means Single Association.
| C# | Visual Basic | Visual C++ |
public bool ModeOfAssociation { get; set; }
Public Property ModeOfAssociation As Boolean
public: property bool ModeOfAssociation { bool get (); void set (bool value); }