HostedApplication.engine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
engine
protected:
property Microsoft::Vsa::IVsaEngine ^ engine { Microsoft::Vsa::IVsaEngine ^ get(); void set(Microsoft::Vsa::IVsaEngine ^ value); };
protected Microsoft.Vsa.IVsaEngine engine { get; set; }
member this.engine : Microsoft.Vsa.IVsaEngine with get, set
Protected Property engine As IVsaEngine