ArcFM Solution 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
)

Parameters

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

ProvidersConfigurationEventArgs Class
ProvidersConfigurationEventArgs Members
Overload List

 

 


Send Comment