BaseVsaEngine.Site Propiedad
Definición
Obtiene o establece el objeto IJSVsaSite que ha implementado el host que usa el motor para comunicarse con el host.Gets or sets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.
public:
property Microsoft::JScript::Vsa::IJSVsaSite ^ Site { Microsoft::JScript::Vsa::IJSVsaSite ^ get(); void set(Microsoft::JScript::Vsa::IJSVsaSite ^ value); };
public Microsoft.JScript.Vsa.IJSVsaSite Site { get; set; }
member this.Site : Microsoft.JScript.Vsa.IJSVsaSite with get, set
Public Property Site As IJSVsaSite
Valor de propiedad
El objeto implementado por el host.The host-implemented object.