Enterprise Architect Add-in Framework Documentation [Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.AssociationEnd._isNavigable"]
Namespace: TSF.UmlToolingFramework.Wrappers.EAAssembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398
Syntax
| C# |
|---|
public bool _isNavigable { get; set; } |
| Visual Basic |
|---|
Public Property _isNavigable As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool _isNavigable {
bool get () sealed;
void set (bool value) sealed;
} |
Implements
Property_isNavigable()()()()
See Also