Share via


Proprietà IVsaItem.Name

Imposta o ottiene il nome dell'elemento.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: String
Restituisce il nome letterale in formato stringa dell'elemento.

Vedere anche

Riferimenti

IVsaItem Interfaccia

Spazio dei nomi Microsoft.Vsa