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