  | AddInManagerGetAddInPropertyValue Method (Object, String) | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static Object GetAddInPropertyValue(
	Object instance,
	string propertyName
)
Public Shared Function GetAddInPropertyValue ( 
	instance As Object,
	propertyName As String
) As Object
Parameters
- instance
 - Type: SystemObject
 - propertyName
 - Type: SystemString
 
Return Value
Type: 
Object
See Also