Click or drag to resize

FndStorage.CustomIsolatedStorageScope Property

Gets or sets a custom isolated storage scope to be used to identify the store. This is typically used by APF devtools to provide unique stores for paralell development structures run by the same application; i.e.; Visual studio.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static IsolatedStorageScope CustomIsolatedStorageScope { get; set; }

Property Value

Type: IsolatedStorageScope
See Also