| 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
)
Public Shared Sub SetAddInPropertyValue (
instance As Object,
propertyName As String,
propertyValue As Object
)
Parameters
- instance
- Type: SystemObject
- propertyName
- Type: SystemString
- propertyValue
- Type: SystemObject
See Also