StorageEmulator.Exists 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.
Checks if the storage emulator exists, i.e. is installed.
public static bool Exists { get; }
static member Exists : bool
Public Shared ReadOnly Property Exists As Boolean
Property Value
true
if the storage emulator exists; otherwise, false
.