Sdílet prostřednictvím


IProfileInstance.Name – vlastnost

Název profilu, který se vztahuje toto ProfileInstance v jeho balíčku.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
Property Name As String
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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IProfileInstance Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů