Condividi tramite


Proprietà VsaLoader.Name

Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

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

Sintassi

'Dichiarazione
Public Property Name As String
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Name : string with get, set 
override Name : string with get, set
final function get Name () : String 
final function set Name (value : String)

Valore proprietà

Tipo: String

Implementa

IVsaEngine.Name

Vedere anche

Riferimenti

VsaLoader Classe

Spazio dei nomi Microsoft.Vsa