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