Initialization.UseAdapter 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.
true
if the hosted application uses an adapter, false otherwise.
public:
property bool UseAdapter { bool get(); };
public bool UseAdapter { get; }
member this.UseAdapter : bool
Public ReadOnly Property UseAdapter As Boolean