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
'Declaration
Property Type As IType
IType Type { get; set; }
property IType^ Type {
IType^ get ();
void set (IType^ value);
}
abstract Type : IType with get, set
function get Type () : IType
function set Type (value : IType)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.