MapTileSource.IsRetryEnabled 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.
Gets or sets a value that indicates whether retry is enabled for the tiles.
public:
property bool IsRetryEnabled { bool get(); void set(bool value); };
bool IsRetryEnabled();
void IsRetryEnabled(bool value);
public bool IsRetryEnabled { get; set; }
var boolean = mapTileSource.isRetryEnabled;
mapTileSource.isRetryEnabled = boolean;
Public Property IsRetryEnabled As Boolean
Property Value
Boolean
bool
true if retry is enabled for the tiles; otherwise, false.