BMXNET 4.0 Developer API

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
protected static LocalPersistentStore CreateIn(
	IsolatedStorageScope aScope,
	bool tryParentKeysOnRead
)
Protected Shared Function CreateIn ( _
	aScope As IsolatedStorageScope, _
	tryParentKeysOnRead As Boolean _
) As LocalPersistentStore
protected:
static LocalPersistentStore^ CreateIn(
	IsolatedStorageScope aScope, 
	bool tryParentKeysOnRead
)

Parameters

aScope
IsolatedStorageScope
tryParentKeysOnRead
Boolean

See Also