  | AddInManagerGetAddInPropertyType Method  | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static Type GetAddInPropertyType(
	Type addInType,
	string propertyName
)
Public Shared Function GetAddInPropertyType ( 
	addInType As Type,
	propertyName As String
) As Type
Parameters
- addInType
 - Type: SystemType
 - propertyName
 - Type: SystemString
 
Return Value
Type: 
Type
See Also