Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.AssociationEnd.datatype"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public DataType datatype { get; set; }
Visual Basic
Public Property datatype As DataType
	Get
	Set
Visual C++
public:
virtual property DataType^ datatype {
	DataType^ get () sealed;
	void set (DataType^ value) sealed;
}

Implements

Propertydatatype()()()()

See Also