مشاركة عبر


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

'إقرار
Property Name As String
    Get
    Set
'الاستخدام
Dim instance As IVsaEngine
Dim value As String

value = instance.Name

instance.Name = value
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.

See Also

Reference

IVsaEngine Interface

IVsaEngine Members

Microsoft.Vsa Namespace