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