ArcFM Responder Mobile Developer Guide
Providers Property






Gets the collection of providers settings.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="providers", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public ReadOnly Property Providers As System.Configuration.ProviderSettingsCollection
'Usage
 
Dim instance As ProviderFeatureSection
Dim value As System.Configuration.ProviderSettingsCollection
 
value = instance.Providers
[System.Configuration.ConfigurationProperty(Name="providers", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public System.Configuration.ProviderSettingsCollection Providers {get;}
public read-only property Providers: System.Configuration.ProviderSettingsCollection; 
System.Configuration.ConfigurationPropertyAttribute(Name="providers", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get Providers : System.Configuration.ProviderSettingsCollection
[System.Configuration.ConfigurationProperty(Name="providers", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property System.Configuration.ProviderSettingsCollection* get_Providers();
[System.Configuration.ConfigurationProperty(Name="providers", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.Configuration.ProviderSettingsCollection^ Providers {
   System.Configuration.ProviderSettingsCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProviderFeatureSection Class
ProviderFeatureSection Members

Send Feedback