Click or drag to resize

ProviderAttribute Constructor (String, Type, String)

Initializes a new instance of the ProviderAttribute class

Namespace:  Dynamicweb.Extensibility
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public ProviderAttribute(
	string name,
	Type type,
	string version
)

Parameters

name
Type: SystemString
type
Type: SystemType
version
Type: SystemString
See Also