  | ProviderAttribute Constructor (Type, String) | 
  
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic ProviderAttribute(
	Type type,
	string version
)
Public Sub New ( 
	type As Type,
	version As String
)
Parameters
- type
 - Type: SystemType
 - version
 - Type: SystemString
 
See Also