LoadController.Instance Property
Gets the singleton instance of the LoadController class.
Namespace: Microsoft.Office.BusinessData.SystemSpecific
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As LoadController
Get
'Usage
Dim value As LoadController
value = LoadController.Instance
public static LoadController Instance { get; }
Property Value
Type: Microsoft.Office.BusinessData.SystemSpecific.LoadController
The singleton instance of the LoadController class.