BMXNET 4.0 Developer API

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Nullable<IsolatedStorageScope> IsolatedStorageScope { get; set; }
Public Property IsolatedStorageScope As Nullable(Of IsolatedStorageScope)
public:
property Nullable<IsolatedStorageScope> IsolatedStorageScope {
	Nullable<IsolatedStorageScope> get ();
	void set (Nullable<IsolatedStorageScope> value);
}

See Also