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