Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The type of the return value, if there is one.
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
IOperation Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top