This document is archived and information here might be outdated. Recommended version. |
Indicates if the relationship element must be included in the diagram.
[Visual Basic .NET]
Public Property AddRelationshipElement As Boolean
[C#]
public bool AddRelationshipElement {get; set;}
[C++]
HRESULT get_AddRelationshipElement(
Boolean* AddRelationshipElement
);
[C++]
HRESULT put_AddRelationshipElement(
VARIANT_BOOL AddRelationshipElement
);
[C++] Parameters AddRelationshipElement [out, retval]
AddRelationshipElement is a parameter of type bool* AddRelationshipElement [in]
AddRelationshipElement is a parameter of type bool