ArcFM Desktop Developer Guide
Provider Property (ResourcesManager)


Gets and sets the ResourceProvider instead of instantiating it from the application configuration file.
Syntax
'Declaration
 
Public Shared Property Provider As ResourceProvider
'Usage
 
Dim value As ResourceProvider
 
ResourcesManager.Provider = value
 
value = ResourcesManager.Provider
public static ResourceProvider Provider {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThrown if the ResourcesManager has already been initialized.
System.ArgumentNullException 
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResourcesManager Class
ResourcesManager Members

 

 


Send Comment