Click or drag to resize

AddInManagerSetAddInPropertyValue Method (Object, String, Object)

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public static void SetAddInPropertyValue(
	Object instance,
	string propertyName,
	Object propertyValue
)

Parameters

instance
Type: SystemObject
propertyName
Type: SystemString
propertyValue
Type: SystemObject
See Also