Share via


IMetaclass.Name Property

The name of the Metaclass, such as "Microsoft.VisualStudio.Uml.Components.IComponent".

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string with get
function get Name () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IMetaclass Interface

Microsoft.VisualStudio.Uml.Profiles Namespace