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