'宣言 Public Property GeoCachePath As System.String
'使用法 Dim instance As Map Dim value As System.String instance.GeoCachePath = value value = instance.GeoCachePath
public System.string GeoCachePath {get; set;}
パスは、アプリケーションの起動パスに対する相対パスです。
デフォルトは「geocache.xml」です。
キャッシュを無効にするには、この値をクリアします(非推奨)。
'宣言 Public Property GeoCachePath As System.String
'使用法 Dim instance As Map Dim value As System.String instance.GeoCachePath = value value = instance.GeoCachePath
public System.string GeoCachePath {get; set;}