ArcFM Responder Mobile Developer Guide
ProvidersConfigurationEventArgs Constructor(Type,String)






The type of the provider to be configured.
Initializes a new instance of the ProvidersConfigurationEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal providerType As System.Type, _
   ByVal sectionName As System.String _
)
'Usage
 
Dim providerType As System.Type
Dim sectionName As System.String
 
Dim instance As New ProvidersConfigurationEventArgs(providerType, sectionName)
public ProvidersConfigurationEventArgs( 
   System.Type providerType,
   System.string sectionName
)
public ProvidersConfigurationEventArgs( 
    providerType: System.Type;
    sectionName: System.String
); 
public function ProvidersConfigurationEventArgs( 
   providerType : System.Type,
   sectionName : System.String
);
public: ProvidersConfigurationEventArgs( 
   System.Type* providerType,
   System.string* sectionName
)
public:
ProvidersConfigurationEventArgs( 
   System.Type^ providerType,
   System.String^ sectionName
)

Parameters

providerType
The type of the provider to be configured.
sectionName
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
Overload List

Send Feedback