Propriedade INamedElement.Name

O nome deste elemento dentro do Namespace que o contém. Neste namespace, não deve haver nenhum elemento com o mesmo nome.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property Name As String
    Get
    Set
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

INamedElement Interface

Namespace Microsoft.VisualStudio.Uml.Classes