Show / Hide Table of Contents

Property IsLocal

IsLocal

Gets a value indicating whether "loading" (fetching the data) can be accomplished without using the network.

Declaration
public bool IsLocal { get; }
Property Value
Type Description
System.Boolean

Indicates whether "loading" (fetching the data) can be accomplished without using the network.

Remarks

This is true if data needs to be pulled from a database and false if loading causes a network request.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.