ArcFM Responder Mobile Developer Guide
DefaultProvider Property






Gets and sets the name of the default provider.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="defaultProvider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property DefaultProvider As System.String
'Usage
 
Dim instance As ProviderFeatureSection
Dim value As System.String
 
instance.DefaultProvider = value
 
value = instance.DefaultProvider
[System.Configuration.ConfigurationProperty(Name="defaultProvider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public System.string DefaultProvider {get; set;}
public read-write property DefaultProvider: System.String; 
System.Configuration.ConfigurationPropertyAttribute(Name="defaultProvider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set DefaultProvider : System.String
[System.Configuration.ConfigurationProperty(Name="defaultProvider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property System.string* get_DefaultProvider();
public: __property void set_DefaultProvider( 
   System.string* value
);
[System.Configuration.ConfigurationProperty(Name="defaultProvider", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.String^ DefaultProvider {
   System.String^ get();
   void set (    System.String^ value);
}
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