ArcFM Engine 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 Type, _
   ByVal sectionName As String _
)
'Usage
 
Dim providerType As Type
Dim sectionName As String
 
Dim instance As New ProvidersConfigurationEventArgs(providerType, sectionName)
public ProvidersConfigurationEventArgs( 
   Type providerType,
   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