ITypedElement.Type Property
The type of instance that can be assigned to the element. If not specified, any instance can be assigned.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IType Type { get; set; }
property IType^ Type {
IType^ get();
void set(IType^ value);
}
abstract Type : IType with get, set
Property Type As IType
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IType
See Also
ITypedElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top