IVsaEngine.Name Property
Sets or gets the display name of the script engine that is used primarily for identifying individual script engines to users in a hosted environment.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
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)
Property Value
Type: System.String
Returns the value of the script engine's Name property, which may be the empty string.