ArcFM Responder Mobile Developer Guide
ProviderType Property






Gets the type of the provider to be configured.
Syntax
'Declaration
 
Public ReadOnly Property ProviderType As System.Type
'Usage
 
Dim instance As ProvidersConfigurationEventArgs
Dim value As System.Type
 
value = instance.ProviderType
public System.Type ProviderType {get;}
public read-only property ProviderType: System.Type; 
public function get ProviderType : System.Type
public: __property System.Type* get_ProviderType();
public:
property System.Type^ ProviderType {
   System.Type^ 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

ProvidersConfigurationEventArgs Class
ProvidersConfigurationEventArgs Members

Send Feedback